etseidl commented on code in PR #8476:
URL: https://github.com/apache/arrow-rs/pull/8476#discussion_r2382941825
##########
parquet/src/arrow/schema/extension.rs:
##########
@@ -37,7 +37,7 @@ use arrow_schema::Field;
pub(crate) fn add_extension_type(mut arrow_field: Field, parquet_type: &Type)
-> Field {
match parquet_type.get_basic_info().logical_type() {
#[cfg(feature = "variant_experimental")]
- Some(LogicalType::Variant) => {
+ Some(LogicalType::Variant{..}) => {
Review Comment:
A heads up for @scovich and others working on variant. The remodeled code
includes the `specification_version` for the `Variant` variant in
`basic::LogicalType`. Let me know if this is not desired.
--
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]