concat::tests::test_string_dictionary_merge failure
fails on Mac / has different results in different platforms
#5255
Labels
Describe the bug
I ran
test_string_dictionary_merge
both inlinux x86_64
andmacos aarch64
platforms and got different results. It succeeded inlinux x86_64
whose values' len is 33 and failed inmacos aarch64
whose values' len is 32. It's becauseinterner.intern
produces different results when build interleave indices for new values array.To Reproduce
Run
cargo test
both in above 2 platforms.Expected behavior
The test can successfully pass in both platforms.
The text was updated successfully, but these errors were encountered: