Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TPCH q11 flake in CI #249

Open
scsmithr opened this issue Sep 25, 2024 · 5 comments
Open

TPCH q11 flake in CI #249

scsmithr opened this issue Sep 25, 2024 · 5 comments

Comments

@scsmithr
Copy link
Member

scsmithr commented Sep 25, 2024

https://github.com/GlareDB/rayexec/actions/runs/11037391960/job/30658159171?pr=248

Different results

@scsmithr
Copy link
Member Author

First 1024 rows are correct, so I imagine we're just draining the ORDER BY operator flakily.

@scsmithr
Copy link
Member Author

Pipeline PipelineId(8)
  Partition 0
    [Op]      Read   Emitted   Elapsed (micro)  Explain
    [ 0]         0         1                 4  RoundRobinRepartition
    [ 1]         1         1                28  Project (projections = [*(@0, CAST(0.0001 TO Decimal64(18,4)))])
    [ 2]         2      2541             65235  NestedLoopJoin (filter = and(>(@1, @3)), join_type = INNER)
    [ 3]      2541      2541               291  Project (projections = [@2, @0, >(@1, @3)])
    [ 4]      2541      2541              6120  LocalSort
    [ 5]      2541         0               925  MergeSorted
  Partition 1
    [Op]      Read   Emitted   Elapsed (micro)  Explain
    [ 0]         0         0                 1  RoundRobinRepartition
    [ 1]         0         0                 0  Project (projections = [*(@0, CAST(0.0001 TO Decimal64(18,4)))])
    [ 2]         0         0                 1  NestedLoopJoin (filter = and(>(@1, @3)), join_type = INNER)
    [ 3]         0         0                 0  Project (projections = [@2, @0, >(@1, @3)])
    [ 4]         0         0                17  LocalSort
    [ 5]         0         0                 2  MergeSorted

In LocalSort

@scsmithr
Copy link
Member Author

Unknown if I actually fixed this

@scsmithr
Copy link
Member Author

Not fixed

@scsmithr
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant