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/02/25 16:50:45 UTC

[GitHub] [arrow] westonpace commented on a change in pull request #12514: ARROW-15784: [C++][Python] Removing flag enable_parallel_column_conversion which is no longer used

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



##########
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:
       I can.  Though the documentation around the parameter clearly marked it as experimental with a note that it will be removed in the future.




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