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

feat: support tpch q5 and q6 #69

Merged
merged 6 commits into from
Feb 17, 2024
Merged

feat: support tpch q5 and q6 #69

merged 6 commits into from
Feb 17, 2024

Conversation

Gun9niR
Copy link
Contributor

@Gun9niR Gun9niR commented Feb 16, 2024

  • Support gt and lt for bin op type
  • Support LikeExpr (it's for Q2, but it turns out Q2 requires more work)
  • Support for cast types

supplier,
nation,
region
WHERE
Copy link
Member

Choose a reason for hiding this comment

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

I feel the other team should prioritize filter push down rules otherwise join executors never get sufficient tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The goal for this PR is just to ensure the queries do not crash.

Copy link
Contributor

@AveryQi115 AveryQi115 left a comment

Choose a reason for hiding this comment

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

LGTM! We'll quickly add filter push down rules this weekend or early next week

Copy link
Member

@jurplel jurplel left a comment

Choose a reason for hiding this comment

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

nice work!

@Gun9niR Gun9niR merged commit 214848c into main Feb 17, 2024
1 check passed
@Gun9niR Gun9niR deleted the zhidong/tpch-q56 branch February 17, 2024 02:13
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.

None yet

4 participants