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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]