You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "lincoln-lil (via GitHub)" <gi...@apache.org> on 2023/04/24 08:23:56 UTC

[GitHub] [flink] lincoln-lil commented on a diff in pull request #22459: [FLINK-31884][table-planner] Fix the issue that upgrade ExecNode to new version causes the old serialized plan failed to pass Json SerDe round trip

lincoln-lil commented on code in PR #22459:
URL: https://github.com/apache/flink/pull/22459#discussion_r1174587397


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/utils/ExecNodeMetadataUtil.java:
##########
@@ -195,7 +195,7 @@ public static <T extends ExecNode<?>> boolean isUnsupported(Class<T> execNode) {
     }
 
     @VisibleForTesting

Review Comment:
   It can be removed since the method is public 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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org