viirya commented on code in PR #50080:
URL: https://github.com/apache/spark/pull/50080#discussion_r1971108130


##########
python/pyspark/sql/tests/arrow/test_arrow_map.py:
##########
@@ -194,6 +199,15 @@ def tearDownClass(cls):
         ReusedSQLTestCase.tearDownClass()
 
 
+class 
MapInArrowWithArrowBatchSlicingTestsAndReducedBatchSizeTests(MapInArrowTests):
+    @classmethod
+    def setUpClass(cls):
+        MapInArrowTests.setUpClass()
+        # Set it to a small odd value to exercise batching logic for all test 
cases

Review Comment:
   Don't get this comment. So you mean you set `maxRecordsPerBatch` to 3 to 
make it meet earlier than `maxBytesPerBatch`?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to