Details
-
Bug
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.6.0
-
None
Description
Currenty org.apache.flink.table.calcite.RelTimeIndicatorConverter#visit(LogicalCorrelate) supports only the cases if right side is LogicalTableFunctionScan. That is not always the case. For example in case of org.apache.flink.table.api.stream.table.CorrelateTest#testFilter the LogicalFilter node is being pushed down to the right side of LogicalCorrelate.
CC twalthr
Attachments
Issue Links
- is related to
-
FLINK-8897 Rowtime materialization causes "mismatched type" AssertionError
- Resolved
- relates to
-
FLINK-10211 Time indicators are not correctly materialized for LogicalJoin
- Closed