Yicong-Huang commented on code in PR #58182:
URL: https://github.com/apache/spark/pull/58182#discussion_r3982881827


##########
python/pyspark/sql/tests/pandas/test_pandas_grouped_map.py:
##########
@@ -1553,6 +1553,15 @@ class ApplyInPandasTests(ApplyInPandasTestsMixin, 
ReusedSQLTestCase):
     pass
 
 
+class ApplyInPandasWithWorkerOutputBatchSlicingTests(ApplyInPandasTests):

Review Comment:
   Good point. Replaced the suite re-run with a single focused test: one large 
group with a small `workerOutputBatchMaxBytes` so the output batch is split 
into several pieces, asserting the result is unchanged. That keeps the split 
path covered without re-running the whole suite.
   



-- 
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]

Reply via email to