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



##########
File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/runtime/operators/join/ProcTimeIntervalStreamJoin.java
##########
@@ -24,13 +24,13 @@
 import org.apache.flink.table.runtime.typeutils.RowDataTypeInfo;
 
 /**
- * The function to execute processing time bounded stream inner-join.
+ * The function to execute processing time interval stream inner-join.
  */
-public final class ProcTimeBoundedStreamJoin extends TimeBoundedStreamJoin {
+public final class ProcTimeIntervalStreamJoin extends TimeIntervalStreamJoin {
 

Review comment:
       In order to distinguish with batch join implementation, because they are 
located in the same package. 




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