slinkydeveloper commented on a change in pull request #18667:
URL: https://github.com/apache/flink/pull/18667#discussion_r804493090



##########
File path: 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/stream/jsonplan/DeduplicationJsonPlanITCase.java
##########
@@ -71,6 +71,7 @@ public void testDeduplication() throws Exception {
         tableEnv.getConfig()
                 .getConfiguration()
                 
.setInteger(ExecutionConfigOptions.TABLE_EXEC_RESOURCE_DEFAULT_PARALLELISM, 1);
+        checkTransformationUids(compiledPlan);

Review comment:
       I honestly didn't knew if this affects the plan or not, so i defaulted 
to just keeping the code as it is. I can change it if you want




-- 
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]


Reply via email to