Uh oh!
There was an error while loading. Please reload this page.
GH-34335: [C++][Parquet] Optimize Decoding DELTA_LENGTH_BYTE_ARRAY - #34955
Conversation
mapleFU
commented
Apr 7, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mapleFU
commented
Apr 8, 2023
@wjones127 comment resolved, you can take a look when you have spare time :) |
ursabot
commented
Apr 9, 2023
Benchmark runs are scheduled for baseline = 9833a0a and contender = 28ca876. 28ca876 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…RAY (apache#34955) ### Rationale for this change According to apache#34323 . DELTA_LENGTH_BYTE_ARRAY is much more slower. So do some optimizations. ### What changes are included in this PR? Some tiny changes ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#34335 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Will Jones <willjones127@gmail.com>
…RAY (apache#34955) ### Rationale for this change According to apache#34323 . DELTA_LENGTH_BYTE_ARRAY is much more slower. So do some optimizations. ### What changes are included in this PR? Some tiny changes ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#34335 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Will Jones <willjones127@gmail.com>
Rationale for this change
According to #34323 . DELTA_LENGTH_BYTE_ARRAY is much more slower. So do some optimizations.
What changes are included in this PR?
Some tiny changes
Are these changes tested?
Are there any user-facing changes?