Skip to content
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

fix: Backport fixes for rust 1.77 #35

Merged
merged 7 commits into from
Apr 2, 2024
Merged

fix: Backport fixes for rust 1.77 #35

merged 7 commits into from
Apr 2, 2024

Conversation

ovr
Copy link
Member

@ovr ovr commented Mar 29, 2024

rustc 1.77.0-nightly (635124704 2024-01-27)
binary: rustc
commit-hash: 635124704849eeead4e3a7bb6e663c5351571d93
commit-date: 2024-01-27
host: aarch64-apple-darwin
release: 1.77.0-nightly
LLVM version: 17.0.6

@ovr ovr changed the title chore: Lock rust to 1.79.0-nightly fix: Backport fixes for rust 1.77 Mar 29, 2024
ovr and others added 4 commits April 2, 2024 12:14
* Fix riscv64 target_arch

This should be defined for riscv64 instead, as `riscv` doesn't match it.
I have no idea for riscv32 though.

* parquet: Use murmur_hash2_64a for riscv64
* Fix unaligned access in bit-packing

* Fix creation of unaligned reference in murmur_hash2_64a

* Remove now-unnecessary unsafe

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
@ovr ovr marked this pull request as ready for review April 2, 2024 10:37
@ovr ovr merged commit 4b05fac into cube Apr 2, 2024
8 checks passed
@ovr ovr deleted the feat/cube-rust-1.79 branch April 2, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants