ueshin commented on a change in pull request #33598:
URL: https://github.com/apache/spark/pull/33598#discussion_r681184165



##########
File path: python/pyspark/pandas/groupby.py
##########
@@ -1171,9 +1173,9 @@ def apply(self, func: Callable, *args: Any, **kwargs: 
Any) -> Union[DataFrame, S
 
         if is_series_groupby:
             name = psdf.columns[-1]
-            pandas_apply = SelectionMixin._builtin_table.get(func, func)

Review comment:
       I see. Let's keep it as is for now.




-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to