pitrou commented on code in PR #51027:
URL: https://github.com/apache/arrow/pull/51027#discussion_r3902853774
##########
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 @zeroshade I think similar guards will have to be added to
arrow-go and nanoarrow so that the extension type wrapping happens in
integration testing.
--
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]