jnh5y commented on code in PR #25064: URL: https://github.com/apache/flink/pull/25064#discussion_r1672366149
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecSink.java: ########## @@ -568,7 +568,7 @@ public Optional<String> generateUid(String name) { private ProviderContext createProviderContext(ExecNodeConfig config) { return name -> { - if (this instanceof StreamExecNode && config.shouldSetUid()) { + if (!ExecNodeMetadataUtil.isUnsupported(this.getClass()) && config.shouldSetUid()) { Review Comment: Done. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org