pitrou commented on code in PR #14451:
URL: https://github.com/apache/arrow/pull/14451#discussion_r1005943537
##########
cpp/src/arrow/dataset/test_util.h:
##########
@@ -157,7 +157,7 @@ class DatasetFixtureMixin : public ::testing::Test {
std::shared_ptr<RecordBatch> lhs;
ASSERT_OK(expected->ReadNext(&lhs));
EXPECT_NE(lhs, nullptr);
- AssertBatchesEqual(*lhs, batch, true);
+ AssertBatchesEqual(*lhs, batch);
Review Comment:
Why the change here? Behavior is probably not changed for
`check_metadata=true`, only for `check_metadata=false`.
--
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]