-
Notifications
You must be signed in to change notification settings - Fork 168
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
Investigate possible unsafe use of get_unchecked in spark_compatible_murmur3_hash #633
Comments
test execution::datafusion::shuffle_writer::test::test_insert_larger_batch ... error: Undefined Behavior: trying to retag from <789872535> for SharedReadOnly permission at alloc278024494[0xb4b], but that tag does not exist in the borrow stack for this location note: some details are omitted, run with error: aborting due to 1 previous error; 3 warnings emitted error: test failed, to rerun pass Caused by: |
Fixed in #636 |
Describe the bug
I ran the miri checker and it warned about a possible unsafe call to get_unchecked that we should investigate.
I will post full details shortly.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: