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

Fixes for TPC-H Q17 #255

Merged
merged 15 commits into from
Dec 6, 2024
Merged

Fixes for TPC-H Q17 #255

merged 15 commits into from
Dec 6, 2024

Conversation

jurplel
Copy link
Member

@jurplel jurplel commented Dec 6, 2024

Two bugs:

  • dep_initial_distinct did not work if the correlated columns were not [#0, #1, #2] and so on.
  • dep_join_past_agg was pushing the actual correlated column number instead of the index of the correlated column number. This works in the same cases the above bug did ([#0, #1, #2] correlated columns), and so it broke for the same reason afaict.

@jurplel jurplel marked this pull request as ready for review December 6, 2024 07:00
@jurplel jurplel requested review from skyzh and yliang412 December 6, 2024 07:00
Copy link
Member

@skyzh skyzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please also add a minimum reproducible test case for this?

@jurplel jurplel enabled auto-merge (squash) December 6, 2024 22:31
@jurplel jurplel merged commit 93aa6be into main Dec 6, 2024
1 check passed
@jurplel jurplel deleted the bowad/tpch-q17-fix branch December 6, 2024 22:43
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

Successfully merging this pull request may close these issues.

2 participants