Timo Walther created FLINK-34476: ------------------------------------ Summary: Window TVFs with named parameters don't support column expansion Key: FLINK-34476 URL: https://issues.apache.org/jira/browse/FLINK-34476 Project: Flink Issue Type: Sub-task Components: Table SQL / Planner Reporter: Timo Walther Assignee: Timo Walther
It seems named parameters still have issues with column expansion of virtual metadata column: {code} SELECT * FROM TABLE( TUMBLE( DATA => TABLE gaming_player_activity_source, TIMECOL => DESCRIPTOR(meta_col), SIZE => INTERVAL '10' MINUTES)); {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)