peter-toth commented on PR #10115:
URL:
https://github.com/apache/arrow-datafusion/pull/10115#issuecomment-2061642783
The test failure:
```
[SQL] SELECT * FROM (
SELECT 1 as c, 2 as d
UNION ALL
SELECT 1 as c, 3 AS d
) as a FULL JOIN (SELECT 1 as e, 3 AS f) AS rhs ON a.c=rhs.e;
[Diff] (-expected|+actual)
- 1 2 1 3
- 1 3 1 3
+ 1 3 1 3
+ 1 2 1 3
at test_files/joins.slt:3676
```
seems unrelated.
--
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]