grundprinzip commented on code in PR #46002:
URL: https://github.com/apache/spark/pull/46002#discussion_r1562045410
##########
python/pyspark/sql/connect/session.py:
##########
@@ -1034,6 +1034,20 @@ def profile(self) -> Profile:
profile.__doc__ = PySparkSession.profile.__doc__
+ def __custom_reduce_handler__(self) -> Tuple:
Review Comment:
Ok, fine with me. Let's start with the default reduce.
--
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]