alamb commented on PR #18180: URL: https://github.com/apache/datafusion/pull/18180#issuecomment-3423080579
Here is a related item: https://github.com/apache/datafusion/issues/18159 The CI test failure https://github.com/apache/datafusion/actions/runs/18657662446/job/53190612662?pr=18180 looks like it may be a flaky test (there is guarantee that shuffle does not leave the input array the same) I will restart it ``` running 1 test test engines::conversion::tests::test_big_decimal_to_str ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running bin/sqllogictests.rs (target/ci/deps/sqllogictests-1b770706aacdb3f8) External error: 1 errors in file /Users/runner/work/datafusion/datafusion/datafusion/sqllogictest/test_files/spark/array/shuffle.slt 1. query result mismatch: [SQL] SELECT shuffle([1, 2, 3, 4, 5, NULL]) != [1, 2, 3, 4, 5, NULL]; [Diff] (-expected|+actual) - true + false at /Users/runner/work/datafusion/datafusion/datafusion/sqllogictest/test_files/spark/array/shuffle.slt:24 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
