Skip to content

Commit

Permalink
build: update ahash (#14731)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Feb 29, 2024
1 parent 5cb48a3 commit 2d58d71
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py-polars/tests/unit/dataframe/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ def test_reproducible_hash_with_seeds() -> None:
if platform.mac_ver()[-1] != "arm64":
expected = pl.Series(
"s",
[15801072432137883943, 6344663067812082469, 9604537446374444741],
[13736875168471412002, 6161148964772490034, 9489472896993257669],
dtype=pl.UInt64,
)
result = df.hash_rows(*seeds)
Expand Down

0 comments on commit 2d58d71

Please sign in to comment.