Haiyang Sun created SPARK-59759:
-----------------------------------

             Summary: Support Spark accumulator updates in unified external UDF 
execution
                 Key: SPARK-59759
                 URL: https://issues.apache.org/jira/browse/SPARK-59759
             Project: Spark
          Issue Type: Sub-task
          Components: UDF
    Affects Versions: 4.4.0
            Reporter: Haiyang Sun


PySpark’s `_wrap_function` normally attaches `sc._javaAccumulator` to every
`SimplePythonFunction`. The planning path can safely accept this transport 
handle, but unified
external UDF execution does not yet propagate the worker’s accumulator updates 
back to Spark.

This is a blocker for production enablement of unified Python UDF execution.



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