alamb commented on code in PR #6464:
URL: https://github.com/apache/arrow-datafusion/pull/6464#discussion_r1210048742


##########
datafusion/core/src/physical_plan/file_format/parquet/row_groups.rs:
##########
@@ -562,17 +553,15 @@ mod tests {
         // The decimal of arrow is decimal(5,2), the decimal of parquet is 
decimal(9,0)
         let schema =
             Schema::new(vec![Field::new("c1", DataType::Decimal128(9, 0), 
false)]);
-        let schema_descr = get_test_schema_descr(vec![PrimitiveTypeField {
-            name: "c1",
-            physical_ty: PhysicalType::INT32,
-            logical_ty: Some(LogicalType::Decimal {
+
+        let field = PrimitiveTypeField::new("c1", PhysicalType::INT32)

Review Comment:
   ❤️ 



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