alamb commented on code in PR #10593:
URL: https://github.com/apache/datafusion/pull/10593#discussion_r1610537274


##########
datafusion/core/src/datasource/physical_plan/parquet/statistics.rs:
##########
@@ -75,6 +75,12 @@ macro_rules! get_statistic {
                             *scale,
                         ))
                     }
+                    Some(DataType::Date32) => {
+                        Some(ScalarValue::Date32(Some(*s.$func())))
+                    }
+                    Some(DataType::Date64) => {

Review Comment:
   Actually, it turns out both Date32 and Date64 seem to be stored in Int32 in 
parquet.  Removed in 43cf43524



-- 
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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to