andishgar commented on code in PR #46422:
URL: https://github.com/apache/arrow/pull/46422#discussion_r2120036493


##########
cpp/src/arrow/array/statistics_test.cc:
##########
@@ -96,6 +99,72 @@ TEST(ArrayStatisticsTest, TestEquality) {
   ASSERT_NE(statistics1, statistics2);
   statistics2.is_max_exact = true;
   ASSERT_EQ(statistics1, statistics2);
+
+  // Test different index
+  statistics1.max = static_cast<uint64_t>(29);
+  ASSERT_NE(statistics1, statistics2);

Review Comment:
   I reviewed the tests again — this is the only place where a different 
ValueType is handled



-- 
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]

Reply via email to