-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement TPCH substrait integration teset, support tpch_2 #11234
Conversation
avoid cloning optimize code optimize code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank. you @Lordworms -- I gave this a quick look and it looks good to me
I wouldn't be surprosed if there is some additional work for some of the other expressions (e.g. how to plan like, etc) but this seems like a nice step forward.
cc @Blizzara in case you would like to review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks great to me! Extra thanks for adding the subquery support and bringing some order to the imports :)
Thanks again @Lordworms and @Blizzara |
Which issue does this PR close?
part of #10710
Closes #.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?