iajoiner commented on a change in pull request #9702: URL: https://github.com/apache/arrow/pull/9702#discussion_r766325343
########## File path: cpp/src/arrow/testing/gtest_util.cc ########## @@ -122,6 +122,7 @@ void AssertArraysEqualWith(const Array& expected, const Array& actual, bool verb if (expected.data()->null_count != actual.data()->null_count) { diff << "Null counts differ. Expected " << expected.data()->null_count << " but was " << actual.data()->null_count << "\n"; + ARROW_LOG(FATAL) << diff.str(); Review comment: Fixed! -- 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