Skip to content

Commit 8f22471

Browse files
committed
z
1 parent 73d15e3 commit 8f22471

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/en/guides/54-query/04-external-function.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,10 @@ upstream udf_string_functions {
168168
169169
# Map function names to backend servers
170170
map $http_x_databend_function $udf_backend {
171-
default "udf_default";
172-
"gcd" "udf_math_functions";
173-
"lcm" "udf_math_functions";
174-
"string_reverse" "udf_string_functions";
175-
"string_concat" "udf_string_functions";
171+
default "udf_default";
172+
gcd "udf_math_functions";
173+
lcm "udf_math_functions";
174+
string_* "udf_string_functions";
176175
}
177176
178177
# Server configuration

0 commit comments

Comments
 (0)