[
https://issues.apache.org/jira/browse/FLINK-36330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883386#comment-17883386
]
Sergey Nuyanzin commented on FLINK-36330:
-----------------------------------------
Merged as
[f1a7a10581c89ef59e2a8bbfdc83471661bc7fae|https://github.com/apache/flink/commit/f1a7a10581c89ef59e2a8bbfdc83471661bc7fae]
> 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
> Assignee: Jim Hughes
> Priority: Major
> Labels: pull-request-available
>
> 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)