peter-toth commented on PR #8891:
URL:
https://github.com/apache/arrow-datafusion/pull/8891#issuecomment-1964286407
The intermittent failure
```
[SQL] SELECT a, ARRAY_AGG(c ORDER BY c)[1] as result
FROM multiple_ordered_table
GROUP BY a;
[Diff] (-expected|+actual)
- 0 0
- 1 50
+ 1 50
+ 0 0
at test_files/agg_func_substitute.slt:94
```
seems unrelated to this PR.
--
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]