kou commented on code in PR #47204:
URL: https://github.com/apache/arrow/pull/47204#discussion_r2315124630
##########
cpp/src/arrow/compare.h:
##########
@@ -83,6 +83,38 @@ class EqualOptions {
return res;
}
+ /// Whether the \ref arrow::Schema property is used in the comparison.
+ ///
+ /// This option only affects the Equals methods
+ /// and has no effect on ApproxEquals methods.
+ bool use_schema() const { return use_schema_; }
+
+ /// Return a new EqualOptions object with the "use_schema_" property changed.
+ ///
+ /// Setting this option is false making the value of \ref
EqualOptions::use_metadata_
Review Comment:
```suggestion
/// Setting this option is false making the value of \ref
EqualOptions::use_metadata
```
--
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]