HyukjinKwon commented on a change in pull request #33980:
URL: https://github.com/apache/spark/pull/33980#discussion_r714430344



##########
File path: python/pyspark/sql/tests/test_arrow.py
##########
@@ -513,12 +531,12 @@ def run_test(num_records, num_parts, max_records, 
use_delay=False):
                 assert_frame_equal(pdf, pdf_arrow)
 
         cases = [
-            (1024, 512, 2),    # Use large num partitions for more likely 
collecting out of order
+            (1024, 512, 2),  # Use large num partitions for more likely 
collecting out of order
             (64, 8, 2, True),  # Use delay in first partition to force 
collecting out of order
-            (64, 64, 1),       # Test single batch per partition
-            (64, 1, 64),       # Test single partition, single batch
-            (64, 1, 8),        # Test single partition, multiple batches
-            (30, 7, 2),        # Test different sized partitions
+            (64, 64, 1),  # Test single batch per partition
+            (64, 1, 64),  # Test single partition, single batch
+            (64, 1, 8),  # Test single partition, multiple batches
+            (30, 7, 2),  # Test different sized partitions

Review comment:
       let's remove all these unrelated changes.




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