2010YOUY01 commented on code in PR #15473: URL: https://github.com/apache/datafusion/pull/15473#discussion_r2024515270
########## datafusion/datasource/src/mod.rs: ########## @@ -313,6 +314,78 @@ async fn find_first_newline( Ok(index) } +/// Generates test files with min-max statistics in different overlap patterns +/// Used by tests and benchmarks Review Comment: It would be great to include some simple examples at the comment to explain the arg `overlap_factor` -- 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