pchintar commented on PR #9991: URL: https://github.com/apache/arrow-rs/pull/9991#issuecomment-4475444709
@alamb & @etseidl I investigated this failure locally since the failure appeared unrelated to the changes in my PR. My PR only modifies `arrow-ord/src/sort.rs`, and all local tests pass, including: - `cargo test -p arrow-ord` - `cargo test -p arrow-integration-testing` - `cargo test -p arrow-integration-test` I also checked the local integration corpus and could not find a `generated_binary_view` test case there. The failing artifact appears to be generated dynamically during the CI cross-language integration step. I additionally tried deterministic tie-ordering in the heap path to rule out equal-key ordering differences, but the CI failure was unchanged. I also noticed the same `binary_view Rust producing, .NET consuming` failures on all commits made within these 2 days, so this could be a flaky test case perhaps? -- 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]
