Skip to content

Commit

Permalink
chore(rust): Constant instead of literal (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
owrior committed Oct 4, 2022
1 parent 102723e commit 53709d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/polars-io/src/ndjson_core/ndjson.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl<'a> CoreJsonReader<'a> {
self.sample_size,
NEWLINE,
self.schema.len(),
b',',
SEP,
None,
) {
let line_length_upper_bound = mean + 1.1 * std;
Expand Down

0 comments on commit 53709d7

Please sign in to comment.