alamb opened a new issue, #8845:
URL: https://github.com/apache/arrow-datafusion/issues/8845
### Describe the bug
sqllogic
```
External error: query result mismatch:
[SQL] select trace_id, other, MIN(timestamp) from traces group by trace_id,
other order by MIN(timestamp) asc limit 4;
[Diff] (-expected|+actual)
a -1 -1
b 0 0
NULL 0 0
- c 1 1
+ a 1 1
at test_files/aggregate.slt:2566
```
### To Reproduce
I run this on my Mac M3:
```
cargo test --test sqllogictests
```
### Expected behavior
The test should pass
### Additional context
_No response_
--
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]