alamb commented on code in PR #18160:
URL: https://github.com/apache/datafusion/pull/18160#discussion_r2465760442
##########
datafusion/core/tests/datasource/object_store_access.rs:
##########
@@ -120,24 +124,111 @@ async fn query_multi_csv_file() {
}
#[tokio::test]
-async fn create_single_parquet_file() {
+async fn create_single_parquet_file_default() {
Review Comment:
I reworked these tests a little to show the four scenarios:
* default prefetch_hint setting
* prefetch_hint setting that is not enough to read the metadata
* prefetch_hint setting that is enough to read the footer metadata but not
page index
* prefetch_hint setting that is enough to read everything
--
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]