efredine commented on code in PR #11236:
URL: https://github.com/apache/datafusion/pull/11236#discussion_r1663346619
##########
datafusion/core/src/datasource/physical_plan/parquet/statistics.rs:
##########
@@ -766,7 +766,7 @@ macro_rules! get_data_page_statistics {
[<$stat_type_prefix
Int32DataPageStatsIterator>]::new($iterator)
.map(|x| {
x.into_iter().filter_map(|x| {
Review Comment:
Changing these made the tests pass, but it seems potentially incorrect to
me? It is the same thing as is being done in the row summary tests. See
https://github.com/apache/datafusion/blob/3421b52605b00cd2e5a6498ea210cce196a19496/datafusion/core/src/datasource/physical_plan/parquet/statistics.rs#L331-L336
--
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]