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 a30b631 commit 820cb49Copy full SHA for 820cb49
datafusion/datasource-parquet/src/opener.rs
@@ -392,7 +392,7 @@ async fn load_page_index<T: AsyncFileReader>(
392
ArrowReaderMetadata::try_new(Arc::new(new_parquet_metadata), options)?;
393
Ok(new_arrow_reader)
394
} else {
395
- // No page index, return the original metadata
+ // No need to load the page index again, just return the existing metadata
396
Ok(arrow_reader)
397
}
398
0 commit comments