-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#5145] improvement(flink-connector): Shrink the flink-connector-runt…
…ime lib size from 84MB to 16MB (#4819) ### What changes were proposed in this pull request? - shrink the flink-connector-runtime jar. - Change client-java scope from implementation to CompileOnly in flink module. - use the client-java-runtime in flink-connector-runtime. ### Why are the changes needed? Fix: #5145 - The flink-connector-runtime jar is much big as mentioned in #4791 (comment). ### Does this PR introduce _any_ user-facing change? - no ### How was this patch tested? - local test
- Loading branch information
Showing
2 changed files
with
6 additions
and
15 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