jayzhan211 commented on PR #8331:
URL:
https://github.com/apache/arrow-datafusion/pull/8331#issuecomment-1831045211
What determine the order of union
```
[SQL] SELECT 'a' a UNION ALL SELECT true a
error: test failed, to rerun pass `-p datafusion-sqllogictest --test
sqllogictests`
[Diff] (-expected|+actual)
- true
Caused by:
- a
process didn't exit successfully:
`/Users/runner/work/arrow-datafusion/arrow-datafusion/target/debug/deps/sqllogictests-4f4c8273301f5ec4`
(exit status: 1)
+ a
+ true
at test_files/union.slt:161
```
I got true, a in local. but ci failed on since the order is not the same as
mine.
--
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]