andishgar commented on code in PR #47164: URL: https://github.com/apache/arrow/pull/47164#discussion_r2227881415
########## cpp/src/arrow/table.h: ########## @@ -207,7 +207,8 @@ class ARROW_EXPORT Table { /// /// Two tables can be equal only if they have equal schemas. /// However, they may be equal even if they have different chunkings. - bool Equals(const Table& other, bool check_metadata = false) const; + bool Equals(const Table& other, bool check_metadata = false, + const EqualOptions& = EqualOptions::Defaults()) const; Review Comment: I’ve already opened a separate [issue](https://github.com/apache/arrow/issues/46835) to support schema and metadata comparison in `arrow::EqualOptions` for both `arrow::RecordBatch` and `arrow::Table`. Should I address it as part of this PR? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org