Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 7, 2024
1 parent a1e724c commit 2a1472f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,7 @@ pub fn get_stats_records(

let mut stats_args_str = if mode == StatsMode::Schema {
// mode is GetStatsMode::Schema
// we're generating schema, so we cardinality and to infer-dates
// we're generating schema, so we need cardinality and to infer-dates
format!(
"stats {input} --infer-dates --dates-whitelist {dates_whitelist} --round 4 \
--cardinality --stats-jsonl --force --output {output}",
Expand Down

0 comments on commit 2a1472f

Please sign in to comment.