felipecrv commented on code in PR #33641:
URL: https://github.com/apache/arrow/pull/33641#discussion_r1084395416


##########
cpp/src/arrow/type_test.cc:
##########
@@ -1927,6 +1927,38 @@ TEST(TypesTest, TestDecimalEquals) {
   AssertTypeNotEqual(t5, t10);
 }
 
+TEST(TypesTest, TestRunEndEncodedType) {
+  auto int8_make_shared = std::make_shared<RunEndEncodedType>(int32(), 
list(int8()));
+  auto int8_factory = run_end_encoded(int32(), list(int8()));
+  auto int32_factory = run_end_encoded(int32(), list(int32()));

Review Comment:
   renaming: `type_{factory->ree}`



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