HyukjinKwon commented on code in PR #57952:
URL: https://github.com/apache/spark/pull/57952#discussion_r3765612956


##########
python/pyspark/worker.py:
##########
@@ -2199,6 +2212,96 @@ def grouped_func(
         # profiling is not supported for UDF
         return grouped_func, None, ser, ser
 
+    if eval_type == 
PythonEvalType.SQL_GROUPED_AGG_ARROW_INCREMENTAL_PARTIAL_UDF:

Review Comment:
   yeah my take is that PythonEvalType.* decides internal computation type



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to