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.
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?