[
https://issues.apache.org/jira/browse/FLINK-29156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu closed FLINK-29156.
---------------------------
Fix Version/s: 1.17.0
Resolution: Fixed
Merged to master via 397141ed7c00586e5b5449177840243babe2a776
> Support LISTAGG in the Table API
> --------------------------------
>
> Key: FLINK-29156
> URL: https://issues.apache.org/jira/browse/FLINK-29156
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / API
> Reporter: zhangjingcun
> Assignee: zhangjingcun
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.17.0
>
>
> Currently, LISTAGG are not supported in Table API.
> table.group_by(col("a"))
> .select(
> col("a"),
> call("LISTAGG", col("b"), ','))
--
This message was sent by Atlassian Jira
(v8.20.10#820010)