HyukjinKwon commented on code in PR #36660:
URL: https://github.com/apache/spark/pull/36660#discussion_r888603267
##########
python/pyspark/pandas/groupby.py:
##########
@@ -805,7 +874,7 @@ def all(self, skipna: bool = True) -> FrameLike:
5 False
"""
groupkey_names = [SPARK_INDEX_NAME_FORMAT(i) for i in
range(len(self._groupkeys))]
- internal, sdf = self._prepare_reduce(groupkey_names)
+ internal, _, sdf = self._prepare_reduce(groupkey_names)
Review Comment:
Hm, I can't follow this change. `_prepare_reduce` seems returning internal
frame and dataframe. what's the one in the middle?
--
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]