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

ASF GitHub Bot updated SPARK-46082:
-----------------------------------
    Labels: pull-request-available  (was: )

> Fix protobuf string representation for Pandas Functions API with Spark Connect
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-46082
>                 URL: https://issues.apache.org/jira/browse/SPARK-46082
>             Project: Spark
>          Issue Type: Improvement
>          Components: Connect, PySpark
>    Affects Versions: 4.0.0
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>              Labels: pull-request-available
>
> {code}
> df = spark.range(1)
> df.mapInPandas(lambda x: x, df.schema)._plan.print()
> {code}
> prints as below. It should includes functions.
> {code}
> <MapPartitions is_barrier='False'>
>   <Range start='0', end='1', step='1', num_partitions='None'>
> {code}



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