lesterfan commented on code in PR #45533:
URL: https://github.com/apache/arrow/pull/45533#discussion_r2041233303
##########
cpp/src/arrow/array/array_run_end_test.cc:
##########
@@ -362,6 +362,18 @@ TEST_P(TestRunEndEncodedArray, Builder) {
ASSERT_ARRAYS_EQUAL(*expected_values, *ree_array->values());
ASSERT_EQ(array->length(), 516);
ASSERT_EQ(array->offset(), 0);
+ continue;
+ }
+ // Ensure builder->Finish() properly resets the builder state and is
idempotent
Review Comment:
Just updated to be its own test instead of reusing the previous test!
--
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]