neilechao commented on PR #45375: URL: https://github.com/apache/arrow/pull/45375#issuecomment-2699316301
@wgtmac - I'm a little confused on the type definition In the extension type, Variant's underlying storage type is a struct_({field("metadata", ::arrow::binary()), field("value", ::arrow::binary())} But in the LogicalType::Impl::Variant class definition, it inherits from a SimpleApplicable(BYTE_ARRAY) How do we resolve the two type definitions? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org