alamb commented on code in PR #7408:
URL: https://github.com/apache/arrow-rs/pull/7408#discussion_r2048935023


##########
parquet/src/basic.rs:
##########
@@ -841,6 +873,7 @@ impl From<parquet::LogicalType> for LogicalType {
             parquet::LogicalType::BSON(_) => LogicalType::Bson,
             parquet::LogicalType::UUID(_) => LogicalType::Uuid,
             parquet::LogicalType::FLOAT16(_) => LogicalType::Float16,
+            parquet::LogicalType::VARIANT(_) => LogicalType::Variant,

Review Comment:
   it is probably valuable in itself to get a PR ready to upgrade the format 
spec (to get support for the Variant logical type, among other things)



-- 
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

Reply via email to