-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-6326] [table] add ProjectMergeRule at logical optimization stage #3739
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
Conversation
fhueske
left a comment
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 for this PR @godfreyhe!
I think the PR is good, but I would remove the explain test. The other plan tests are sufficient to validate that the desired plans are generated.
Thanks, Fabian
| } | ||
|
|
||
| @Test | ||
| def testProjectMerge(): Unit = { |
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.
I don't think we need to add a test to ExplainTest.scala. The other plan tests are sufficient to validate that the desired plans are generated.
| @@ -0,0 +1,156 @@ | |||
| == Abstract Syntax Tree == | |||
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.
This file can be removed, IMO.
|
Merging |
…e set. This closes apache#3739.
…e set. This closes apache#3739.
…e set. This closes apache#3739.
…e set. This closes apache#3739.
…e set. This closes apache#3739.
add ProjectMergeRule to merge projections