doki23 opened a new issue, #5255: URL: https://github.com/apache/arrow-rs/issues/5255
**Describe the bug** <!-- A clear and concise description of what the bug is. --> I ran `test_string_dictionary_merge` both in `linux x86_64` and `macos aarch64` platforms and got different results. It succeeded in `linux x86_64` whose values' len is 33 and failed in `macos aarch64` whose values' len is 32. It's because the different results of `interner.intern` when build interleave indices for new values array. **To Reproduce** <!-- Steps to reproduce the behavior: --> Run `cargo test` both in above 2 platforms. **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> The test can successfully pass in both platforms. -- 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]
