Skip to content

Commit

Permalink
perf: actually use projection information in async parquet reader (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Oct 10, 2023
1 parent ebe4793 commit 74bd6e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ impl ParquetExec {
.await?
.with_n_rows(n_rows)
.with_row_count(mem::take(&mut self.file_options.row_count))
.with_projection(projection)
.use_statistics(self.options.use_statistics)
.with_hive_partition_columns(hive_partitions);

Expand Down

0 comments on commit 74bd6e5

Please sign in to comment.