Skip to content

Commit

Permalink
GH-37273: [C++] Bump vendored xxhash version (#37275)
Browse files Browse the repository at this point in the history
Bump from 0.8.1 to 0.8.2. It should fix a compilation error seen here, and may come with other improvements:
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=53150&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb

* Closes: #37273

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
pitrou authored Aug 22, 2023
1 parent 9ecd0f2 commit 369bb31
Show file tree
Hide file tree
Showing 3 changed files with 2,110 additions and 917 deletions.
2 changes: 1 addition & 1 deletion cpp/src/arrow/vendored/xxhash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
under the License.
-->

The files in this directory are vendored from xxHash git tag v0.8.1
The files in this directory are vendored from xxHash git tag v0.8.2
(https://github.com/Cyan4973/xxHash).
2 changes: 1 addition & 1 deletion cpp/src/arrow/vendored/xxhash/xxhash.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* xxHash - Extremely Fast Hash algorithm
* Copyright (C) 2012-2020 Yann Collet
* Copyright (C) 2012-2021 Yann Collet
*
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
*
Expand Down
Loading

0 comments on commit 369bb31

Please sign in to comment.