andishgar opened a new pull request, #47204: URL: https://github.com/apache/arrow/pull/47204
### Rationale for this change Parameterizing the comparison of metadata and `arrow::Schema` via `arrow::EqualOptions`. ### What changes are included in this PR? * Added two attributes to `arrow::EqualOptions` for parameterizing the comparison of metadata and schema. ### Are these changes tested? Yes, I ran the relevant unit tests. ### Are there any user-facing changes? * Added `use_schema_` to `arrow::EqualOptions`. * Added `check_metadata` to `arrow::EqualOptions`. * Added a new overload for `arrow::RecordBatch::Equals` that accepts only another `arrow::RecordBatch` and an `arrow::EqualOptions` instance. -- 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