scovich commented on code in PR #8476:
URL: https://github.com/apache/arrow-rs/pull/8476#discussion_r2383132344
##########
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:
CC @alamb who literally just minutes ago merged a big change relating to the
variant extension type.
(it _seems_ reasonable to include that version number, since the whole point
of the versioning would be to allow a version bump some day)
--
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]