wuchong commented on a change in pull request #12483:
URL: https://github.com/apache/flink/pull/12483#discussion_r435718608
##########
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:
Let's call it `ProcTimeIntervalJoin`, I will move them into a specific
`interval` package. All the implementations under this package should belong to
streaming.
----------------------------------------------------------------
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]