You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/06/13 08:14:00 UTC

[jira] [Closed] (FLINK-27778) table-planner should not use CodeSplitUtils#newName

     [ https://issues.apache.org/jira/browse/FLINK-27778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-27778.
------------------------------------
    Resolution: Fixed

master: 57bd1ddb5e17893d00e15034cad1f15c758b6318

> table-planner should not use CodeSplitUtils#newName
> ---------------------------------------------------
>
>                 Key: FLINK-27778
>                 URL: https://issues.apache.org/jira/browse/FLINK-27778
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: Build System, Table SQL / Planner
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.16.0
>
>
> The {{table-planner}} has a direct dependency on the {{table-code-splitter}}, as several CastRules use {{CodeSplitUtil.newName}}.
> This dependency is a bit hidden. In the IDE it is pulled in transitively via {{table-runtime}}, and in maven it uses the {{table-code-splitter}} dependency bundled by {{table-runtime}}.
> It would be nice if we could add a {{provided}} dependency to the {{table-code-splitter}} to properly document this.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)