Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

feat: support tpch q5 and q6#69

Merged
Gun9niR merged 6 commits intomainfrom
zhidong/tpch-q56
Feb 17, 2024
Merged

feat: support tpch q5 and q6#69
Gun9niR merged 6 commits intomainfrom
zhidong/tpch-q56

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
@Gun9niR Gun9niR deleted the zhidong/tpch-q56 branch February 17, 2024 02:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants