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

Yicong Huang updated SPARK-54738:
---------------------------------
    Description: 
Add profiler support for Pandas Grouped Iter Aggregate UDF 
({{SQL_GROUPED_AGG_PANDAS_ITER_UDF}}). Previously, this UDF type was not 
recognized as an iterator-based UDF in the profiler infrastructure, causing 
profilers to not work correctly. Add {{SQL_GROUPED_AGG_PANDAS_ITER_UDF}} to the 
{{_is_iter_based()}} function in {{worker.py}} and the profiler warning list in 
{{udf.py}} so that profilers can correctly identify and handle it as an 
iterator-based UDF.


  was:
Add profiler support for Arrow Grouped Iter Aggregate UDF 
({{SQL_GROUPED_AGG_ARROW_ITER_UDF}}). Previously, this UDF type was not 
recognized as an iterator-based UDF in the profiler infrastructure, causing 
profilers to not work correctly. Add {{SQL_GROUPED_AGG_ARROW_ITER_UDF}} to the 
{{_is_iter_based()}} function in {{worker.py}} and the profiler warning list in 
{{udf.py}} so that profilers can correctly identify and handle it as an 
iterator-based UDF, consistent with other iterator-based UDFs like 
{{SQL_SCALAR_ARROW_ITER_UDF}} and {{SQL_MAP_ARROW_ITER_UDF}}.



> Add profiler support for Pandas Grouped Iter Aggregate UDF
> ----------------------------------------------------------
>
>                 Key: SPARK-54738
>                 URL: https://issues.apache.org/jira/browse/SPARK-54738
>             Project: Spark
>          Issue Type: Sub-task
>          Components: PySpark
>    Affects Versions: 4.2.0
>            Reporter: Yicong Huang
>            Assignee: Yicong Huang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.2.0
>
>
> Add profiler support for Pandas Grouped Iter Aggregate UDF 
> ({{SQL_GROUPED_AGG_PANDAS_ITER_UDF}}). Previously, this UDF type was not 
> recognized as an iterator-based UDF in the profiler infrastructure, causing 
> profilers to not work correctly. Add {{SQL_GROUPED_AGG_PANDAS_ITER_UDF}} to 
> the {{_is_iter_based()}} function in {{worker.py}} and the profiler warning 
> list in {{udf.py}} so that profilers can correctly identify and handle it as 
> an iterator-based UDF.



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