Au-Miner commented on code in PR #25807:
URL: https://github.com/apache/flink/pull/25807#discussion_r1895354991


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecTemporalSort.java:
##########
@@ -119,9 +123,11 @@ protected Transformation<RowData> translateToPlanInternal(
         RowType inputType = (RowType) inputEdge.getOutputType();
         LogicalType timeType = 
inputType.getTypeAt(sortSpec.getFieldSpec(0).getFieldIndex());
         if (isRowtimeAttribute(timeType)) {
+            System.out.println("createSortRowTime");

Review Comment:
   I think it's more used to check if the current path has been executed or if 
the test has passed smoothly



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