[ 
https://issues.apache.org/jira/browse/FLINK-27159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524188#comment-17524188
 ] 

Shuiqiang Chen commented on FLINK-27159:
----------------------------------------

Hi [~hxbks2ks], I'm interested in this ticket, could you please assign it to me?

> Support first_value/last_value in the Table API
> -----------------------------------------------
>
>                 Key: FLINK-27159
>                 URL: https://issues.apache.org/jira/browse/FLINK-27159
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: Huang Xingbo
>            Priority: Major
>
> Currently, first_value/last_value are not supported in Table API.
> {code:python}
> table.group_by(col("a"))
>        .select(
>               col("a"),
>               call("FIRST_VALUE", col("b")))
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to