alamb opened a new pull request #1204: URL: https://github.com/apache/arrow-rs/pull/1204
# Which issue does this PR close? Closses https://github.com/apache/arrow-rs/issues/1198 (I hope) # Rationale for this change `packed_simd` -- relies on some feature in rust nightly which has since been removed. Here is a PR that should fix the underlying issue: https://github.com/rust-lang/packed_simd/pull/341 If / until a maintainer to releases an updated version this PR attempts to get the arrow CI checks back to green # What changes are included in this PR? pin nightly rust used in WASM and SIMD CI checks to nightly-2022-01-17 # Are there any user-facing changes? Nope (though arrow is not going to compile on the latest nightly) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
