Skip to content

Commit 820cb49

Browse files
committed
Add comment
1 parent a30b631 commit 820cb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/datasource-parquet/src/opener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ async fn load_page_index<T: AsyncFileReader>(
392392
ArrowReaderMetadata::try_new(Arc::new(new_parquet_metadata), options)?;
393393
Ok(new_arrow_reader)
394394
} else {
395-
// No page index, return the original metadata
395+
// No need to load the page index again, just return the existing metadata
396396
Ok(arrow_reader)
397397
}
398398
}

0 commit comments

Comments
 (0)