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


##########
cpp/src/parquet/schema.h:
##########
@@ -433,6 +433,8 @@ class PARQUET_EXPORT SchemaDescriptor {
   int ColumnIndex(const schema::Node& node) const;
 
   bool Equals(const SchemaDescriptor& other) const;
+  bool Equals(const SchemaDescriptor& other,
+              std::shared_ptr<std::stringstream> diff_msg) const;

Review Comment:
   It's definitely ok :-)



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