lidavidm commented on a change in pull request #12514:
URL: https://github.com/apache/arrow/pull/12514#discussion_r814757955



##########
File path: python/pyarrow/_dataset_parquet.pyx
##########
@@ -606,15 +601,12 @@ cdef class 
ParquetFragmentScanOptions(FragmentScanOptions):
 
     def __init__(self, bint use_buffered_stream=False,
                  buffer_size=8192,
-                 bint pre_buffer=False,
-                 bint enable_parallel_column_conversion=False):
+                 bint pre_buffer=False):

Review comment:
       Should we accept the parameter, but ignore it/raise a 
DeprecationWarning? (Change the default value to None, then raise a warning if 
it's not None). Same goes for the getter/setter below, I suppose.




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