Dandandan commented on code in PR #21357:
URL: https://github.com/apache/datafusion/pull/21357#discussion_r3035462445
##########
datafusion/datasource-parquet/src/metadata.rs:
##########
@@ -119,25 +118,14 @@ impl<'a> DFParquetMetadata<'a> {
/// Fetch parquet metadata from the remote object store
pub async fn fetch_metadata(&self) -> Result<Arc<ParquetMetaData>> {
Review Comment:
This doesn't do any splitting yet, just use the other API first.
--
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]