nuno-faria commented on code in PR #24037:
URL: https://github.com/apache/datafusion/pull/24037#discussion_r3698986291
##########
datafusion/datasource-parquet/src/metadata.rs:
##########
@@ -203,10 +251,20 @@ impl<'a> DFParquetMetadata<'a> {
})
}
Review Comment:
nit: What do you think about adding a small phrase about why the default is
retrieving it? Something like "when page_index_policy is not set but there is a
cache available, the page index is retrieved to improve the probability of
cache hits in future reads" or something along those lines.
--
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]