[ https://issues.apache.org/jira/browse/FLINK-32978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804566#comment-17804566 ]
Xintong Song commented on FLINK-32978: -------------------------------------- Thanks for reporting this, [~Sergey Nuyanzin]. You're right, this is indeed a problem. I think the interface change itself is non-breaking. The problem is that we also migrated the built-in implementations from the old interface to the new one. That should be fine for internal classes, but would become a breaking change for @Public / @PublicEvolving classes which might be overridden by user codes. [~Wencong Liu], could you please look into this? > Deprecate RichFunction#open(Configuration parameters) > ----------------------------------------------------- > > Key: FLINK-32978 > URL: https://issues.apache.org/jira/browse/FLINK-32978 > Project: Flink > Issue Type: Technical Debt > Components: API / Core > Affects Versions: 1.19.0 > Reporter: Wencong Liu > Assignee: Wencong Liu > Priority: Major > Labels: pull-request-available > Fix For: 1.19.0 > > > The > [FLIP-344|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=263425231] > has decided that the parameter in RichFunction#open will be removed in the > next major version. We should deprecate it now and remove it in Flink 2.0. > The removal will be tracked in > [FLINK-6912|https://issues.apache.org/jira/browse/FLINK-6912]. -- This message was sent by Atlassian Jira (v8.20.10#820010)