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

Yang Jie updated SPARK-44024:
-----------------------------
    Description: 
For example:

 

Seq((1, 11), (2, 22)).unzip._1

 

should change to 

 

Seq((1, 11), (2, 22)).map(_._1)

> Change to use `map` where `unzip` used to extract a single element 
> -------------------------------------------------------------------
>
>                 Key: SPARK-44024
>                 URL: https://issues.apache.org/jira/browse/SPARK-44024
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.5.0
>            Reporter: Yang Jie
>            Priority: Minor
>
> For example:
>  
> Seq((1, 11), (2, 22)).unzip._1
>  
> should change to 
>  
> Seq((1, 11), (2, 22)).map(_._1)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to