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

Ruifeng Zheng updated SPARK-54965:
----------------------------------
    Description: 
pa.Array.to_pandas + _create_converter_to_pandas  => legacy converter

 

_create_converter_to_pandas is used in multiple places, we only care UDFs now, 
so we can copy the code to new converter for now

 

legacy converter should be in python/pyspark/sql/conversion.py

  was:
pa.Array.to_pandas + _create_converter_to_pandas  => new converter

 

_create_converter_to_pandas is used in multiple places, we only care UDFs now, 
so we can copy the code to new converter for now

 

new converter should be in python/pyspark/sql/conversion.py


> Factor out legacy pa.Array -> pd.Series (np-backed) converter
> -------------------------------------------------------------
>
>                 Key: SPARK-54965
>                 URL: https://issues.apache.org/jira/browse/SPARK-54965
>             Project: Spark
>          Issue Type: Sub-task
>          Components: PySpark
>    Affects Versions: 4.2.0
>            Reporter: Ruifeng Zheng
>            Priority: Major
>
> pa.Array.to_pandas + _create_converter_to_pandas  => legacy converter
>  
> _create_converter_to_pandas is used in multiple places, we only care UDFs 
> now, so we can copy the code to new converter for now
>  
> legacy converter should be in python/pyspark/sql/conversion.py



--
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