fsaintjacques commented on a change in pull request #6979:
URL: https://github.com/apache/arrow/pull/6979#discussion_r416028395



##########
File path: python/pyarrow/parquet.py
##########
@@ -310,6 +310,44 @@ def read_row_groups(self, row_groups, columns=None, 
use_threads=True,
                                            column_indices=column_indices,
                                            use_threads=use_threads)
 
+    def iter_batches(self, batch_size, row_groups=None, columns=None,

Review comment:
       In the other method `scan_contents`, batch_size is optional.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to