doki23 opened a new issue, #7764:
URL: https://github.com/apache/arrow-datafusion/issues/7764
### Describe the bug
I run the sqllogictest at latest commit of the main branch but it failed.
> cargo test --test sqllogictests
the result is
> External error: query result mismatch:
[SQL] select trace_id, MIN(timestamp) from traces group by trace_id order by
MIN(timestamp) asc limit 4;
[Diff] (-expected|+actual)
NULL 0
b 0
\- c 1
\- a 1
\+ a 1
\+ c 1
at test_files/aggregate.slt:2357
### To Reproduce
run the command
> cargo test --test sqllogictests
my laptop is macbook pro m1, and the commit is `c0409a7b`
### Expected behavior
pass the test
### 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]