Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvangelderen committed Mar 21, 2024
1 parent f5271af commit 2532241
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/polars-lazy/src/physical_plan/executors/scan/ipc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,6 @@ impl IpcExec {
.with_projection(projection.clone())
.memory_mapped(self.options.memmap)
.finish()?;
// TODO: We can not supply a filter until the readers return
// how many total rows have been read before applying the
// filter. Without that, we can not correctly compute the
// pre-filter row count.
// .finish_with_scan_ops(
// predicate.clone(),
// verbose,
// )?;

row_counter
.write()
Expand Down

0 comments on commit 2532241

Please sign in to comment.