[
https://issues.apache.org/jira/browse/SPARK-39137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534223#comment-17534223
]
Apache Spark commented on SPARK-39137:
--------------------------------------
User 'LuciferYang' has created a pull request for this issue:
https://github.com/apache/spark/pull/36494
> Use slice instead of take and drop
> ----------------------------------
>
> Key: SPARK-39137
> URL: https://issues.apache.org/jira/browse/SPARK-39137
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 3.4.0
> Reporter: Yang Jie
> Priority: Trivial
>
> {code:java}
> seq.drop(n).take(m) -> seq.slice(n, n + m)
> seq.take(m).drop(n) -> seq.slice(n, m) {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]