Skip to content

aggregate sqllogictest fails #7764

@doki23

Description

@doki23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions