paleolimbot commented on code in PR #51027:
URL: https://github.com/apache/arrow/pull/51027#discussion_r3916007087
##########
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:
Thank you for the heads up!
nanoarrow doesn't have a registration mechanism (more like arrow-rs...it's
all just metadata). Do I still need to do anything for this?
--
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]