xuyang created FLINK-34315:
------------------------------
Summary: Forcibly disable window join, window rank and window
deduplicate optimization when using session window tvf
Key: FLINK-34315
URL: https://issues.apache.org/jira/browse/FLINK-34315
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Affects Versions: 1.19.0
Reporter: xuyang
Fix For: 1.19.0
Currently session window tvf is first introduced after
https://issues.apache.org/jira/browse/FLINK-24024 . However after
https://issues.apache.org/jira/browse/FLINK-34100 the session window tvf node
can exist independently of window aggregation, but it is not ready for window
join, window rank and window deduplicate. So we need to temporarily disable
window join, window rank and window deduplicate optimization when using session
window tvf.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)