-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-45584: [C++][Thirdparty] Bump zstd to v1.5.7 #45585
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
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
|
|
@github-actions crossbow submit -g cpp -g wheel |
|
Revision: dad2a1b Submitted crossbow builds: ursacomputing/crossbow @ actions-e95c349169 |
kou
left a comment
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.
+1
Windows wheel jobs are broken on main too.
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 0d6278f. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 42 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Zstd now released 1.5.7: https://github.com/facebook/zstd/releases/tag/v1.5.7 . It has an optimization that it improves speed for small blocks
We have some scenerio for small blocks and compression, so zstd-1.5.7 might helps
What changes are included in this PR?
Change zstd to v1.5.7
Are these changes tested?
Covered by existing
Are there any user-facing changes?
no