Skip to content
Snippets Groups Projects
Unverified Commit 4e9d04a2 authored by Hengfei Yang's avatar Hengfei Yang Committed by GitHub
Browse files

fix: spell wrong (#2904)

parent 1692f4c4
No related branches found
Tags v1.6.8
No related merge requests found
......@@ -593,7 +593,7 @@ async fn _prepare_index_record_batches(
}
let split_arr = array_distinct(string_to_array(
lower(concat(&[col(column.name()), lit("")])),
lower(concat(&[col(column), lit("")])),
lit(" "),
lit(ScalarValue::Null),
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment