yunfengzhou-hub commented on code in PR #26381: URL: https://github.com/apache/flink/pull/26381#discussion_r2425539864
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/reuse/SinkReuser.java: ########## Review Comment: @xiangyuf I have no idea why Flink 2.2 is a blocker. Could you please give me some more hints? AFAIK, it is Public APIs that need to be marked as deprecated first, and then removed in the next version. Given that there is only one invocation on sink.targetColumns(), which is not a public API, it should be able to be removed now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
