You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/10 10:31:01 UTC

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #11991: ARROW-13554: [C++] Remove deprecated Scanner::Scan

jorisvandenbossche commented on a change in pull request #11991:
URL: https://github.com/apache/arrow/pull/11991#discussion_r781060788



##########
File path: python/pyarrow/_dataset.pyx
##########
@@ -2239,10 +2233,6 @@ cdef class Scanner(_Weakrefable):
     use_threads : bool, default True
         If enabled, then maximum parallelism will be used determined by
         the number of available CPU cores.
-    use_async : bool, default False

Review comment:
       I also can't think of any concern for changing `bint` to `object` (the other way around would limit what you can pass, but for here it just broadens what you can pass, so that should not be a compatibility issue)




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