M-Tesla commented on code in PR #11017:
URL: https://github.com/apache/arrow-rs/pull/11017#discussion_r3963494788


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -6155,4 +6167,89 @@ pub(crate) mod tests {
 
         (Bytes::from(buf), metadata)
     }
+
+    fn parquet_file_with_int32_uuid_logical_type() -> Vec<u8> {
+        let field = Type::primitive_type_builder("id", PhysicalType::INT32)

Review Comment:
   Thank you, that is a better fixture. I will switch the test to 
`int32_with_uuid_logical_type.parquet` from that parquet-testing PR.



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

Reply via email to