jorisvandenbossche commented on a change in pull request #11227:
URL: https://github.com/apache/arrow/pull/11227#discussion_r717400046



##########
File path: cpp/src/arrow/array/util.cc
##########
@@ -502,6 +502,11 @@ class NullArrayFactory {
     return Status::OK();
   }
 
+  Status Visit(const ExtensionType& type) {
+    RETURN_NOT_OK(VisitTypeInline(*type.storage_type(), this));
+    return Status::OK();
+  }
+

Review comment:
       Added the `smallint()` extension type to that 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]


Reply via email to