-
Notifications
You must be signed in to change notification settings - Fork 205
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
Panic in parquet query #327
Comments
Same here. SELECT on a parquet file. Linux Mint, octosql v 0.12.2
|
Also happens to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using ClickBench queries to test octosql performance.
I get following error for query number 23:
panic: runtime error: index out of range [1986948931] with length 4192
Query:
octosql.exe "SELECT * FROM hits.parquet WHERE URL LIKE '%google%' ORDER BY EventTime LIMIT 10"
Full error:
Same query runs on DuckDB:
The text was updated successfully, but these errors were encountered: