alamb commented on code in PR #10711:
URL: https://github.com/apache/datafusion/pull/10711#discussion_r1621096433
##########
datafusion/core/src/datasource/physical_plan/parquet/statistics.rs:
##########
@@ -556,8 +885,8 @@ mod test {
None,
None,
]),
- expected_min: timestamp_array([Some(1), Some(5), None]),
- expected_max: timestamp_array([Some(3), Some(9), None]),
+ expected_min: i64_array([Some(1), Some(5), None]),
Review Comment:
I see this is consistent with the existing code 👍
(note to other reviewers is that this test resulted in errors previously)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]