Fokko commented on code in PR #34099:
URL: https://github.com/apache/arrow/pull/34099#discussion_r1101412505


##########
python/pyarrow/_dataset.pyx:
##########
@@ -2647,9 +2551,11 @@ cdef class Scanner(_Weakrefable):
     @staticmethod
     def from_batches(source, *, Schema schema=None, object columns=None,
                      Expression filter=None, int 
batch_size=_DEFAULT_BATCH_SIZE,
+                     int batch_readahead=_DEFAULT_BATCH_READAHEAD,

Review Comment:
   Added the missing arguments



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

Reply via email to