We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872f992 commit 9c8f572Copy full SHA for 9c8f572
src/query/sql/src/planner/semantic/type_check.rs
@@ -738,7 +738,7 @@ impl<'a> TypeChecker<'a> {
738
Self::all_sugar_functions()
739
.iter()
740
.cloned()
741
- .map(str::to_string),
+ .map(|ascii| ascii.into_inner()),
742
);
743
let mut engine: SimSearch<String> = SimSearch::new();
744
for func_name in all_funcs {
0 commit comments