pitrou commented on code in PR #41763:
URL: https://github.com/apache/arrow/pull/41763#discussion_r1610080187
##########
cpp/src/arrow/c/bridge_test.cc:
##########
@@ -4098,6 +4098,42 @@ TEST_F(TestArrayRoundtrip, RegisteredExtension) {
TestWithArrayFactory(NestedFactory(ExampleDictExtension));
}
+TEST_F(TestArrayRoundtrip, RegisteredExtensionNoMetadata) {
+ // A minimal extension type that does not error when passed blank extension
information
+ class MetadataOptionalExtensionType : public ExtensionType {
Review Comment:
This could go into `arrow/testing/extension_type.h` for other tests to
re-use.
--
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]