-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers