wgtmac commented on code in PR #36574:
URL: https://github.com/apache/arrow/pull/36574#discussion_r1302547704
##########
cpp/src/parquet/page_index.cc:
##########
@@ -830,14 +894,13 @@ RowGroupIndexReadRange
PageIndexReader::DeterminePageIndexRangesInRowGroup(
// ----------------------------------------------------------------------
// Public factory functions
-std::unique_ptr<ColumnIndex> ColumnIndex::Make(const ColumnDescriptor& descr,
- const void* serialized_index,
- uint32_t index_len,
- const ReaderProperties&
properties) {
+std::unique_ptr<ColumnIndex> ColumnIndex::Make(
+ const ColumnDescriptor& descr, const void* serialized_index, uint32_t
index_len,
+ const ReaderProperties& properties, const std::shared_ptr<Decryptor>&
decryptor) {
format::ColumnIndex column_index;
ThriftDeserializer deserializer(properties);
deserializer.DeserializeMessage(reinterpret_cast<const
uint8_t*>(serialized_index),
Review Comment:
Fixed. Please take a look again.
--
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]