[ https://issues.apache.org/jira/browse/FLINK-36476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897794#comment-17897794 ]
xuyang commented on FLINK-36476: -------------------------------- [~davidradl] My intention is mostly in line with yours. > The vast majority of the deletion work should not be affected, so let's > proceed for now. Once we've completed most of the work, we can summarize the > methods that were blocked due to not being marked as deprecated on the Python > side and discuss them in the dev email. I suggest that we first address the deprecated Java APIs that are not referenced by any non-deprecated public Python APIs. Once we’ve tackled that, we can evaluate the remaining tasks to determine which non-deprecated public Python APIs may need to be removed, and compile a list accordingly. > your last post could be read to imply we are blocking and not merging the >java / Python deletions is the Python is not deprecated. I assume this is not >what we want. Not at all. From my personal perspective, I believe that these non-deprecated public Python APIs should not block the removal of Java public APIs in version 2.0.0. We simply need to document them and inform developers and users in the dev mailing list and the release note that we have removed them. > Remove all deprecated methods under public APIs in table modules and adapt > the related tests to make them pass > -------------------------------------------------------------------------------------------------------------- > > Key: FLINK-36476 > URL: https://issues.apache.org/jira/browse/FLINK-36476 > Project: Flink > Issue Type: Improvement > Components: Table SQL / API > Reporter: xuyang > Priority: Blocker > Labels: pull-request-available > Fix For: 2.0.0 > > > All methods needed to be removed are: > [https://docs.google.com/document/d/1bVrmcB9UFOd1-sT7xDRTMb5rmO0vK0eDlLRUYYL9gd4/edit?usp=sharing] > > Note: > # Please make sure to delete and adapt the code(including test) of module > table, python, doc, etc. as well. > # Please raise a PR in the corresponding subtask, and try not to link PRs on > this umbrella jira. > > -- This message was sent by Atlassian Jira (v8.20.10#820010)