emkornfield commented on code in PR #48431:
URL: https://github.com/apache/arrow/pull/48431#discussion_r3003197545


##########
cpp/src/parquet/metadata.h:
##########
@@ -247,6 +252,11 @@ class PARQUET_EXPORT FileMetaData {
       const ReaderProperties& properties = default_reader_properties(),
       std::shared_ptr<InternalFileDecryptor> file_decryptor = NULLPTR);
 
+  /// \brief Create a FileMetaData from an already-deserialized thrift object.
+  static std::shared_ptr<FileMetaData> Make(

Review Comment:
   I don't think we want this constructor here, there has been a lot of care 
taken to make format::FileMetadata an internal class.



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