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


##########
cpp/src/parquet/metadata.h:
##########
@@ -311,7 +320,7 @@ class PARQUET_EXPORT FileMetaData {
   const ApplicationVersion& writer_version() const;
 
   /// \brief Size of the original thrift encoded metadata footer.
-  uint32_t size() const;
+  int64_t size() const;

Review Comment:
   I would optimistically say it's ok too. More importantly, I'm not sure 
anyone but us has a use for this API.



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