HyukjinKwon commented on code in PR #50080: URL: https://github.com/apache/spark/pull/50080#discussion_r1971201977
########## 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: Ah, I meant for both. Actually I think I should reduce the byte size some more so both number of records and bytes can be tested. -- 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