[
https://issues.apache.org/jira/browse/SPARK-58923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yicong Huang resolved SPARK-58923.
----------------------------------
Fix Version/s: 4.4.0
Resolution: Fixed
Issue resolved by pull request 58182
[https://github.com/apache/spark/pull/58182]
> Bound the output Arrow batch size of Python UDF workers
> -------------------------------------------------------
>
> Key: SPARK-58923
> URL: https://issues.apache.org/jira/browse/SPARK-58923
> Project: Spark
> Issue Type: Improvement
> Components: PySpark
> Affects Versions: 4.4.0
> Reporter: Yicong Huang
> Assignee: Yicong Huang
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.4.0
>
>
> An Arrow-based Python UDF worker can emit a single oversized output
> RecordBatch (for example, applyInPandas produces one batch per group, so a
> large group yields one large batch), which strains the JVM and downstream
> operators. We need a Python-side (worker-side) mechanism to resize such
> output batches down toward a configurable byte limit before they are sent to
> the JVM.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]