We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398e7a4 commit 05bdcf8Copy full SHA for 05bdcf8
datafusion/datasource-parquet/src/opener.rs
@@ -397,7 +397,7 @@ async fn load_page_index<T: AsyncFileReader>(
397
ArrowReaderMetadata::try_new(Arc::new(new_parquet_metadata), options)?;
398
Ok(new_arrow_reader)
399
} else {
400
- // No page index, return the original metadata
+ // No need to load the page index again, just return the existing metadata
401
Ok(arrow_reader)
402
}
403
0 commit comments