wgtmac commented on code in PR #34889:
URL: https://github.com/apache/arrow/pull/34889#discussion_r1163497420


##########
cpp/src/parquet/metadata.h:
##########
@@ -523,10 +523,14 @@ struct PageIndexLocation {
 
 class PARQUET_EXPORT FileMetaDataBuilder {
  public:
-  // API convenience to get a MetaData reader
+  ARROW_DEPRECATED("Deprecated in 12.0.0. Use overload without 
KeyValueMetadata instead.")

Review Comment:
   ```suggestion
     ARROW_DEPRECATED("Deprecated in 13.0.0. Use overload without 
KeyValueMetadata instead.")
   ```
   Should I change this since it may not be included in the 12.0.0 release? 
@wjones127 



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