-
Notifications
You must be signed in to change notification settings - Fork 186
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
Fix bug loading var sized tiles in dense_reader #4108
Conversation
This pull request has been linked to Shortcut Story #29682: Error in utf8 query condition. |
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.
Thanks for the quick fix, makes sense. Please add a test.
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.
We could extract a static function and make a unit test for this.
704a41f
to
3fc4d5c
Compare
Before we were only checking attribute names from set buffers instead of all the condition value field names.
3fc4d5c
to
6a2b765
Compare
@Shelnutt2 I added a regression test to make sure it doesn't pop back in later. @KiterLuc I'm not sure what you meant by extracting as a static function for unit testing. Did you just mean that bit of logic around gathering the names into two vectors or something more complicated to affect all of the readers? |
Before we were only checking attribute names from set buffers instead of all the condition value field names.
Before we were only checking attribute names from set buffers instead of all the condition value field names. Co-authored-by: Paul J. Davis <[email protected]>
Before we were only checking attribute names from set buffers instead of all the condition value field names.
TYPE: BUG
DESC: Fix dense reader error when query conditions reference var sized fields.