zhengruifeng commented on code in PR #38468:
URL: https://github.com/apache/spark/pull/38468#discussion_r1018684111
##########
python/pyspark/sql/connect/client.py:
##########
@@ -400,6 +400,14 @@ def _execute_and_fetch(self, req: pb2.Request) ->
typing.Optional[pandas.DataFra
if len(result_dfs) > 0:
df = pd.concat(result_dfs)
+ del result_dfs
Review Comment:
just want to release the buffer asap, maybe not needed
--
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]