wgtmac commented on PR #45375: URL: https://github.com/apache/arrow/pull/45375#issuecomment-2699509860
> // For logical types that can apply only to a single physical type > class LogicalType::Impl::SimpleApplicable As you can see from the comment above, `LogicalType::Impl::SimpleApplicable` is not a suitable base class for variant type. IIUC, it might be replaced by `LogicalType::Impl::Inapplicable` because it does not apply to any physical type? -- 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]
