-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caching error with groupby #88
Labels
bug
Something isn't working
Comments
@dhruviyer Any thoughts on this threading issue with sqlite? |
@StanChan03 I will look into it! Appears to be a problem when using multi-threading with caching |
Yea, I was discussing this with Sid, either maybe sync the threads or have an alternative caching backend |
Tracking a potential fix for this in #92 |
liana313
pushed a commit
that referenced
this issue
Feb 6, 2025
Fixes the issue described in #88 by creating a new SQlite connection per thread and handles cleanup accoridingly by storing the connection in a Thread.Local() object.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for fixing the previous caching! Found one more bug
Describe the bug
Getting caching errors when group by is used for sem_agg
Input:
Output:
Input that works:
The text was updated successfully, but these errors were encountered: