Sergey Nuyanzin created FLINK-36330:
---------------------------------------
Summary: Session Window TVFs with named parameters don't support
column expansion
Key: FLINK-36330
URL: https://issues.apache.org/jira/browse/FLINK-36330
Project: Flink
Issue Type: Sub-task
Components: Table SQL / API, Table SQL / Planner
Reporter: Sergey Nuyanzin
The issue is very similar to FLINK-33169
a query to reproduce
{code:sql}
SELECT t3_s, SUM(t3_i) AS agg
FROM
TABLE(
SESSION(
TABLE t3 PARTITION BY t3_s, DESCRIPTOR(t3_m_virtual), INTERVAL
'1' MINUTE))
GROUP BY t3_s, window_start, window_end
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)