[Feature]: Upgrading Flink version based on Mixed-format table #1983
Closed
2 of 4 tasks
Labels
type:feature
Feature Requests
Description
In terms of Disscussion-1937, we conclude that flink modules will extract the public modules to support different versions of the Flink, and will only keep the three latest flink versions in the future, which will greatly reduce maintenance costs and make UTs easier!
The code of the flink public modules will depend on the latest flink version, e.g. 1.17 now, and any conflicts between api's of different Flink versions will be resolved in other versions.
/flink
|---/v1.15
|------/flink #fix the confict with 1.17 API
|------/flink-runtime #shaded
|---/v1.16
|------/flink #fix the confict with 1.17 API
|------/flink-runtime #shaded
|---/v1.17
|------/flink
|------/flink-runtime #shaded
|---/flink-common #dependence the newest flink version 1.17
|---/flink-common-format #dependence the newest flink version 1.17
Use case/motivation
No response
Describe the solution
Subtasks
No response
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: