jsoref commented on code in PR #38967:
URL: https://github.com/apache/arrow/pull/38967#discussion_r1415960444
##########
cpp/src/arrow/util/ree_util_test.cc:
##########
@@ -101,7 +101,7 @@ TYPED_TEST_P(ReeUtilTest, PhysicalLength) {
ASSERT_EQ(internal::FindPhysicalLength(run_ends246, 4, 0, 7), 0);
}
-TYPED_TEST_P(ReeUtilTest, MergedRunsInterator) {
+TYPED_TEST_P(ReeUtilTest, MergedRunsIteratorTest) {
Review Comment:
Nope, that fails because there's *already* a
[`MergedRunsIterator`](https://github.com/apache/arrow/blob/2ea7f79541f2024ef41aa823fd8ad2603dc2b6f8/cpp/src/arrow/util/ree_util.h#L437)
Trust me that if there's a simple fix, I will go with it. I only go w/
complicated things when the obvious correction fails CI or similar.
--
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]