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

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

> Support DataFrame.combine in fallback mode
> ------------------------------------------
>
>                 Key: SPARK-57294
>                 URL: https://issues.apache.org/jira/browse/SPARK-57294
>             Project: Spark
>          Issue Type: Improvement
>          Components: Pandas API on Spark
>    Affects Versions: 4.3.0
>            Reporter: tonghuaroot
>            Priority: Minor
>              Labels: pull-request-available
>
> {{DataFrame.combine}} is currently declared via {{_unsupported_function}}, so 
> calling it on pandas-on-Spark always raises {{PandasNotImplementedError}}, 
> even when {{compute.pandas_fallback}} is enabled.
> This proposes supporting it through the existing pandas-fallback mechanism 
> ({{compute.pandas_fallback}}), consistent with sibling DataFrame methods such 
> as {{asof}} and {{set_axis}}: when the option is enabled, the operation is 
> computed via pandas and returned as a pandas-on-Spark DataFrame. The result 
> preserves Spark-mappable dtypes (e.g. int64 -> bigint), so it round-trips 
> through the Spark type system.



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