[
https://issues.apache.org/jira/browse/FLINK-40422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18107210#comment-18107210
]
Hirson Zhang edited comment on FLINK-40422 at 8/25/26 3:10 AM:
---------------------------------------------------------------
Hi [~auroflow] , I'd like to work on this issue as my first contribution to
Apache Flink. Could you please assign it to me? Thank you!
was (Author: JIRAUSER308616):
Hi Liu, I'd like to work on this issue as my first contribution to Apache
Flink. Could you please assign it to me? Thank you!
> 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
> Priority: Major
>
> 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)