gaogaotiantian commented on code in PR #53783:
URL: https://github.com/apache/spark/pull/53783#discussion_r2725052816
##########
python/pyspark/sql/connect/client/core.py:
##########
@@ -1433,6 +1434,7 @@ def handle_response(b: pb2.ExecutePlanResponse) -> None:
except Exception as error:
self._handle_error(error)
+ @disable_gc
def _execute_and_fetch_as_iterator(
Review Comment:
Do we do any analyze in `_delete_ml_cache`? For now all the failed tests are
about execution. Different gRPC channels are independent and do not interfere
with each other.
--
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]