Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Sep 12, 2024
1 parent 02cca62 commit 4bd8274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-stream/src/nodes/parquet_source/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl ParquetSourceNode {
out.sort_unstable();
out.dedup();
// There is at least one non-predicate column, or pre-filtering was
// explicitly requested.
// explicitly requested (only useful for testing).
(out.len() < projected_arrow_schema.len()
|| matches!(self.options.parallel, ParallelStrategy::Prefiltered))
.then_some(out)
Expand Down

0 comments on commit 4bd8274

Please sign in to comment.