Skip to content

Commit 05bdcf8

Browse files
committed
Add comment
1 parent 398e7a4 commit 05bdcf8

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
@@ -397,7 +397,7 @@ async fn load_page_index<T: AsyncFileReader>(
397397
ArrowReaderMetadata::try_new(Arc::new(new_parquet_metadata), options)?;
398398
Ok(new_arrow_reader)
399399
} else {
400-
// No page index, return the original metadata
400+
// No need to load the page index again, just return the existing metadata
401401
Ok(arrow_reader)
402402
}
403403
}

0 commit comments

Comments
 (0)