tschwarzinger commented on code in PR #23670:
URL: https://github.com/apache/datafusion/pull/23670#discussion_r3655713559
##########
datafusion/datasource/src/file_scan_config/mod.rs:
##########
@@ -2480,6 +2483,46 @@ mod tests {
assert_eq!(partition_stats.total_byte_size, Precision::Exact(800));
}
+ #[test]
+ fn test_partition_statistics_filter() {
Review Comment:
Good catch, thanks!
I am not sure what exactly you meant with "update the helper comment as
well". I've made it a bit more precise. Hopefully that's what you intended.
--
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]