Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Jan 18, 2025
1 parent 6d54296 commit 6a374e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ impl Interpreter for AnalyzeTableInterpreter {
.filter(|f| RangeIndex::supported_type(&f.data_type().into()))
.map(|f| {
format!(
"approx_count_distinct_state({DISTINCT_ERROR_RATE})({}) as ndv_{}",
format!("{quote}{}{quote}", f.name),
"approx_count_distinct_state({DISTINCT_ERROR_RATE})({quote}{}{quote}) as ndv_{}",
f.name,
f.column_id()
)
})
Expand Down

0 comments on commit 6a374e4

Please sign in to comment.