Skip to content

Commit

Permalink
Update datafusion/core/src/datasource/file_format/parquet.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
thinkharderdev and alamb committed Jul 20, 2022
1 parent d9e7996 commit 994a587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/src/datasource/file_format/parquet.rs
Expand Up @@ -706,6 +706,7 @@ mod tests {
.await
.expect("error reading metadata with hint");

// ensure the requests were coalesced into a single request
assert_eq!(store.request_count(), 1);

let format = ParquetFormat::default().with_metadata_size_hint(size_hint);
Expand Down

0 comments on commit 994a587

Please sign in to comment.