You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-The file handle for that reads the local file for a load data local
infile command is never closed. This can cause issues if you are running
hundreds of load data commands as you run out of python IO handles.
-Fixed the bug by adding a finally clause to always close the files.
0 commit comments