Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Mar 4, 2025
1 parent 9e25684 commit 834da78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-stream/src/nodes/io_sources/csv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ impl MultiScanable for CsvSourceNode {
}
};

// TODO: Parallelize this over the async executor
let num_rows = polars_io::csv::read::count_rows_from_slice(
&mem_slice[..],
parse_options.quote_char,
Expand Down

0 comments on commit 834da78

Please sign in to comment.