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 2021/12/23 14:58:26 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_r774622978



##########
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:
       It seems that in Python, this keyword was not actually deprecated (in docs or deprecation warning)? 
   Therefore, we could maybe still temporary just keep this keyword in the signature (without that it does anything, except from raising a warning if specified by the user, or something like that)




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