adriangb commented on code in PR #19113:
URL: https://github.com/apache/datafusion/pull/19113#discussion_r2600902464
##########
datafusion/datasource-parquet/src/metadata.rs:
##########
@@ -455,9 +513,55 @@ fn summarize_min_max_null_counts(
},
};
+ // This is the same logic as parquet_column but we start from arrow schema
index
+ // instead of looking up by name.
Review Comment:
Remove 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]