Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 22, 2023
1 parent 7610740 commit 9b725ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl ParquetExec {
// files in parallel even when we add row counts or slices.
let readers_and_metadata = paths
.iter()
.map(|patbh| {
.map(|path| {
let mut file_info = self.file_info.clone();
file_info.update_hive_partitions(path);

Expand Down

0 comments on commit 9b725ba

Please sign in to comment.