Skip to content
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

Not implemented: Failed to pack group by columns into 64 bit value #43

Closed
fireapp opened this issue Oct 22, 2018 · 2 comments
Closed

Not implemented: Failed to pack group by columns into 64 bit value #43

fireapp opened this issue Oct 22, 2018 · 2 comments

Comments

@fireapp
Copy link

fireapp commented Oct 22, 2018

locustdb> select count(1) from default ;
Not implemented: Failed to pack group by columns into 64 bit value
locustdb> select Location from default limit 10 offset 9999  ;

Scanned 65.5 thousand rows in 575μs (0.11 billion rows/s)!

Location
-------------------------------------------
"(40.683246921488006, -73.96177039490063)"
"(40.85617232035731, -73.90313819268951)"
"(40.60049182458343, -73.96232553044085)"
"(40.79027285680634, -73.94162987401177)"
"(40.833094237517365, -73.9091777076508)"
"(40.64359070987828, -74.01084624332543)"
"(40.73571318781656, -73.98697373014004)"
"(40.652461128591106, -73.9533333272863)"
"(40.636365702226996, -74.07724500466884)"
"(40.8470602597306, -73.9177429027627)"



@cswinter
Copy link
Owner

Thanks for the report! This is a specific instance of #31, but I'll keep this open since it's a good example.

@cswinter
Copy link
Owner

Fixed by #71 which will be part of the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants