[ 
https://issues.apache.org/jira/browse/FLINK-40422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dian Fu closed FLINK-40422.
---------------------------
    Fix Version/s: 2.4.0
       Resolution: Fixed

Merged to master via 008e440edc9203daa4cf7b43ee3f5a691cd92a0c

> Add slicing APIs to DataFrame API
> ---------------------------------
>
>                 Key: FLINK-40422
>                 URL: https://issues.apache.org/jira/browse/FLINK-40422
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / Python
>            Reporter: Liu Liu
>            Assignee: Hirson Zhang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.4.0
>
>
> Add row-slicing transformations:
> {code:java}
> def limit(self, n: int) -> DataFrame
> def offset(self, n: int) -> DataFrame
> def head(self, n: int) -> DataFrame {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to