dongjoon-hyun commented on code in PR #54352:
URL: https://github.com/apache/spark/pull/54352#discussion_r2824136010
##########
python/pyspark/pandas/groupby.py:
##########
@@ -329,7 +329,7 @@ def aggregate(
i for i, gkey in enumerate(self._groupkeys) if gkey._psdf
is not self._psdf
)
else:
- column_names = [column.name for column in self._agg_columns]
+ column_names = set(func_or_funcs)
Review Comment:
Got it. So, it's not about this change, but it's about the whole function
args. Thank you, @ueshin .
--
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]