arthurpassos commented on code in PR #35825:
URL: https://github.com/apache/arrow/pull/35825#discussion_r1221650395


##########
cpp/src/parquet/page_index.cc:
##########
@@ -853,6 +853,7 @@ std::unique_ptr<ColumnIndex> ColumnIndex::Make(const 
ColumnDescriptor& descr,
       return std::make_unique<TypedColumnIndexImpl<DoubleType>>(descr, 
column_index);
     case Type::BYTE_ARRAY:
       return std::make_unique<TypedColumnIndexImpl<ByteArrayType>>(descr, 
column_index);
+      // TODO AP FIX ARTHUR PASSOS

Review Comment:
   Do these actually require a modification? I can't really tell. @wgtmac 
@emkornfield. Please consider that to the below `ColumnIndexBuilderImpl` as 
well.



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