-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-34335: [C++][Parquet] Optimize Decoding DELTA_LENGTH_BYTE_ARRAY #34955
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
Conversation
|
@wjones127 comment resolved, you can take a look when you have spare time :) |
|
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 <[email protected]> Signed-off-by: Will Jones <[email protected]>
…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 <[email protected]> Signed-off-by: Will Jones <[email protected]>
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?