You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/02/09 12:41:18 UTC

[GitHub] [arrow] Fokko commented on a diff in pull request #34099: GH-34098: [Python][Docs] Fix dataset docstring

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: github-unsubscribe@arrow.apache.org

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