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
My guess is that this is because async connections execute queries using a separate thread from the calling thread, and thus the dataframe isn't scope for the executing thread.
Kuzu version
master
What operating system are you using?
No response
What happened?
For example the following code will give an error Binder exception: Variable df is not in scope.
My guess is that this is because async connections execute queries using a separate thread from the calling thread, and thus the dataframe isn't scope for the executing thread.
From comment by @royi-luo .
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: