pitrou commented on code in PR #13275:
URL: https://github.com/apache/arrow/pull/13275#discussion_r885842956


##########
cpp/src/parquet/metadata.h:
##########
@@ -126,6 +126,12 @@ class PARQUET_EXPORT ColumnChunkMetaData {
       const ApplicationVersion* writer_version = NULLPTR, int16_t 
row_group_ordinal = -1,
       int16_t column_ordinal = -1,
       std::shared_ptr<InternalFileDecryptor> file_decryptor = NULLPTR);

Review Comment:
   I kept the old `*MetaData::Make` signatures for compatibility, but perhaps 
that's not important? @emkornfield @lidavidm 



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