-
Notifications
You must be signed in to change notification settings - Fork 455
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
[query_data_files] Utility for querying and decoding results into Arrow buffers #2451
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arnikola in addition to annotation
(and, way more importantly), we need access to Tags, Id and time Unit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe series_block_iterator.go needs its own set of unit tests. That panic on EOF (#2451 (comment)) was caught by tests of a higher level component, but that is too indirect and too incomprehensive.
Yeah need to add the test for this, but that bug was fixed in the pr for the integration i believe |
Not going this path |
What this PR does / why we need it:
POC on decoding directly to Apache Arrow buffers