wuchong commented on a change in pull request #15122:
URL: https://github.com/apache/flink/pull/15122#discussion_r590068333



##########
File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecDeduplicate.java
##########
@@ -208,7 +208,7 @@ protected long getMiniBatchSize() {
         abstract OneInputStreamOperator<RowData, RowData> 
createDeduplicateOperator();
     }
 
-    /** Translator to create process time deduplicate operator. */
+    /** Translator to create row time deduplicate operator. */

Review comment:
       ```suggestion
       /** Translator to create event time deduplicate operator. */
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to