forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-25128][table] Reorganize table modules and introduce flink-tab…
…le-planner-loader - [table-planner] PlannerBase is now using the class' classloader in order to load the ParserFactory. This makes sure that it will try to load first from its own classpath, and then from the parent classpath. - [table] Removed flink-table-uber and replaced with flink-table-api-java-uber to ship only api related packages in a single uber jar - [table-runtime] Now table-runtime ships janino and code splitter. - [table-planner] Introduce table-planner loader bundle, a variant of the table-planner uber jar that includes scala, in order to be used by flink-table-planner-loader - [table-planner-loader] Introduce flink-table-planner-loader - [java-ci-tools] Add flink-table-planner-loader in the excluded modules - [dist] Rework distribution to include table-api-java-uber, table-runtime, table-planner-loader and cep in lib, while table-planner_${scala.version} in opt. - [sql-client] Rework SQL Client dependencies and remove scala suffix. - [examples][e2e] Use planner-loader wherever is possible in tests and examples - [table] Add README documenting the various modules - [table-planner-loader] Allow access to javassist from parent classpath - [table-planner] Make sure the object mapper is using the correct classloader
- Loading branch information
1 parent
3e93060
commit 749bb77
Showing
37 changed files
with
1,026 additions
and
348 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.