[FLINK-3587] Bump Calcite version to 1.7.0#1897
Closed
fhueske wants to merge 1 commit intoapache:masterfrom
Closed
[FLINK-3587] Bump Calcite version to 1.7.0#1897fhueske wants to merge 1 commit intoapache:masterfrom
fhueske wants to merge 1 commit intoapache:masterfrom
Conversation
- Add DataSetValues and DataStreamValues due to changed Calcite RelNode generation. - Pass TableEnvironment instead of TableConfig for DataSet and DataStream translation. - Add methods to create new DataSources to BatchTableEnvironment and StreamTableEnvironment. - Remove copied Calcite rule that got fixed.
Contributor
|
Thank you @fhueske. Changes look good to me. +1 to merge. |
Contributor
|
Merging. |
kl0u
pushed a commit
to kl0u/flink
that referenced
this pull request
Apr 29, 2016
- Add DataSetValues and DataStreamValues due to changed Calcite RelNode generation. - Pass TableEnvironment instead of TableConfig for DataSet and DataStream translation. - Add methods to create new DataSources to BatchTableEnvironment and StreamTableEnvironment. - Remove copied Calcite rule that got fixed. This closes apache#1897
StefanRRichter
pushed a commit
to StefanRRichter/flink
that referenced
this pull request
May 3, 2016
- Add DataSetValues and DataStreamValues due to changed Calcite RelNode generation. - Pass TableEnvironment instead of TableConfig for DataSet and DataStream translation. - Add methods to create new DataSources to BatchTableEnvironment and StreamTableEnvironment. - Remove copied Calcite rule that got fixed. This closes apache#1897
hequn8128
pushed a commit
to hequn8128/flink
that referenced
this pull request
Jun 22, 2017
- Add DataSetValues and DataStreamValues due to changed Calcite RelNode generation. - Pass TableEnvironment instead of TableConfig for DataSet and DataStream translation. - Add methods to create new DataSources to BatchTableEnvironment and StreamTableEnvironment. - Remove copied Calcite rule that got fixed. This closes apache#1897
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mvn clean verifyhas been executed successfully locally or a Travis build has passedThis pull request updates the Apache Calcite dependency to 1.7. With Calcite 1.7 a few method APIs and the some behavior changed.