-
Notifications
You must be signed in to change notification settings - Fork 3k
Flink: Upgrade to flink 1.13.2 #3116
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
Changes from all commits
ff57f9b
3437d99
9d1e391
17dfb6b
d160ad0
ab2f8eb
fb784b5
f94f7ce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| org.slf4j:* = 1.7.25 | ||
| org.apache.avro:avro = 1.10.1 | ||
| org.apache.calcite:* = 1.10.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we know if our calcite version needs to be upgraded?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The apache flink runtime won't depend on this calcite jar , this calcite was introduced for hive before. So I think we don't need to change this calcite version for flink upgrading. |
||
| org.apache.flink:* = 1.12.1 | ||
| org.apache.flink:* = 1.13.2 | ||
| org.apache.hadoop:* = 2.7.3 | ||
| org.apache.hive:hive-metastore = 2.3.8 | ||
| org.apache.hive:hive-serde = 2.3.8 | ||
|
|
||
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.
As the
requiredContextandsupportedPropertieshave been marked asdeprecated, I will suggest to implement those inrequiredOptions&optionalOptions.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.
As
Contextclass is missing in 1.12, I think we can only implement these deprecated methods.