tolleybot commented on code in PR #34616:
URL: https://github.com/apache/arrow/pull/34616#discussion_r1269484663
##########
python/pyarrow/includes/libarrow_dataset_parquet.pxd:
##########
@@ -62,6 +64,8 @@ cdef extern from "arrow/dataset/api.h" namespace
"arrow::dataset" nogil:
"arrow::dataset::ParquetFragmentScanOptions"(CFragmentScanOptions):
shared_ptr[CReaderProperties] reader_properties
shared_ptr[ArrowReaderProperties] arrow_reader_properties
+ shared_ptr[CParquetDecryptionConfig] GetDatasetDecryptionConfig()
Review Comment:
I'll take a look again also to see if I can find any more naming issues.
--
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]