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

Dongjoon Hyun reassigned SPARK-46134:
-------------------------------------

    Assignee: Yang Jie

> Replace `df.take(1).toSeq(0)` with `df.first()` in `ProtobufFunctionsSuite`
> ---------------------------------------------------------------------------
>
>                 Key: SPARK-46134
>                 URL: https://issues.apache.org/jira/browse/SPARK-46134
>             Project: Spark
>          Issue Type: Improvement
>          Components: Protobuf, Tests
>    Affects Versions: 4.0.0
>            Reporter: Yang Jie
>            Assignee: Yang Jie
>            Priority: Minor
>              Labels: pull-request-available
>
> In `ProtobufFunctionsSuite`, there are some cases where `df.take(1).toSeq(0)` 
> is used to get the first row in the DataFrame. This can be achieved by using 
> the `.first()` API, which looks clearer and more concise.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to