-
Notifications
You must be signed in to change notification settings - Fork 853
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
Remove Int96Converter (#2480) #2481
Conversation
dba2287
to
93e4516
Compare
boolean_buffer.finish() | ||
} | ||
PhysicalType::INT96 => { | ||
// SAFETY - record_data is an aligned buffer of Int96 |
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.
Once ComplexObjectArrayReader is gone, I intend to see if we can rework the parquet decoder plumbing to avoid this hackery
Benchmark runs are scheduled for baseline = dc1448e and contender = faaab55. faaab55 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #2480
Closes #982
Part of #1661
Rationale for this change
We want to remove ComplexObjectArrayReader (#1661) and the previous implementation was incorrect (#2480). Lets fix both by moving to read Int96 as a Primitive.
What changes are included in this PR?
Are there any user-facing changes?