-
Notifications
You must be signed in to change notification settings - Fork 21
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
Simple query get error even on tutorial file on 0.8.4 (brew install) #40
Comments
Unfortunately I cannot replicated the issue as IWOMM. Would you kindly provide more details? |
Hi I made a record https://asciinema.org/a/gKI9N5kAVXtLcliGTO2SJ5CqW for the reproducing. I would love to give more detail, but the trace ended there without any further info. |
Thank you for the video. But I couldn't still replicate the error by exactly following the sequence of command in the video. It may be an specific case due to OS or HW. Have you tried the same on linux? (a VM for instance) |
I tried on my arch (pacman -S), its get the same error. Tried with cargo install on default and nightly, same. I build one on my Mac, and has this trace, hope this can help
This is the latest commit on main |
I do some simple query/filter and get errors.
Those tried are:
filter price > 20000
(filter price < 20000 is ok)Downgrade to 0.8.2 is working as normal (cargo install)
The text was updated successfully, but these errors were encountered: