Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Aug 7, 2024
1 parent 89d1bac commit 067aea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-io/src/csv/read/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub fn count_rows(
.unwrap_or(1);

let file_chunks: Vec<(usize, usize)> = get_file_chunks(
&reader_bytes,
reader_bytes,
n_threads,
None,
separator,
Expand Down

0 comments on commit 067aea6

Please sign in to comment.