Skip to content

Commit

Permalink
typo no typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed May 6, 2024
1 parent cf047ca commit d6550c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-pipe/src/executors/sources/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl ParquetSource {
file_options,
projection,
chunk_size,
reader_schema.map(|eith| eith.unwrap_left()),
reader_schema.map(|either| either.unwrap_left()),
hive_partitions,
))
}
Expand Down

0 comments on commit d6550c3

Please sign in to comment.