[
https://issues.apache.org/jira/browse/FLINK-26035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-26035.
------------------------------------
Resolution: Fixed
master: c0ce5506758605b1acff9e6931f7e7df0e519a09
> 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
> Priority: Major
> Labels: pull-request-available
> 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)