pitrou commented on code in PR #51027:
URL: https://github.com/apache/arrow/pull/51027#discussion_r3916328194


##########
cpp/src/arrow/integration/json_integration_test.cc:
##########
@@ -226,7 +226,9 @@ Status RunCommand(const std::string& json_path, const 
std::string& arrow_path,
                   const std::string& command) {
   // Make sure the required extension types are registered, as they will be
   // referenced in test data.
-  ExtensionTypeGuard ext_guard({uuid(), dict_extension_type()});
+  ExtensionTypeGuard ext_guard({uuid(), dict_extension_type(),
+                                dense_union_extension_type(),
+                                sparse_union_extension_type()});

Review Comment:
   @paleolimbot Sorry for the misunderstanding. Then no, you don't have to do 
anything, I think :)



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