Chesnay Schepler created FLINK-26035:
----------------------------------------
Summary: Rework loader-bundle into separate module
Key: FLINK-26035
URL: https://issues.apache.org/jira/browse/FLINK-26035
Project: Flink
Issue Type: Technical Debt
Components: Build System, Table SQL / Planner
Affects Versions: 1.15.0
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.15.0
The flink-table-planner currently creates 2 artifacts. 1 jar containing the
planner and various dependencies for the cases where the planner is used
directly, and another jar that additionally bundles scala for cases where the
loader is used.
The latter artifact is purely an intermediate build artifact, and as such we
usually wouldn't want to publish it. This is particularly important because
this jar doesn't have a correct NOTICE, and having different NOTICE files for
different artifacts is surprisingly tricky.
We should just rework this into a separate module.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)