tustvold commented on code in PR #1612: URL: https://github.com/apache/arrow-rs/pull/1612#discussion_r857035945
########## parquet/src/arrow/schema.rs: ########## @@ -678,20 +678,20 @@ impl ParquetTypeConverter<'_> { (32, false) => Ok(DataType::UInt32), _ => Err(ArrowError(format!( "Cannot create INT32 physical type from {:?}", - t + self.schema.get_basic_info().logical_type(), Review Comment: Does this help - https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=ec783c91c37289091cce85107031b3df Btw you can drop the "ref" if you make LogicalType implement Copy -- 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