Skip to content

Commit 75619a8

Browse files
committed
chore: fix typo
1 parent a53231f commit 75619a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/ast/src/parser/statement.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5508,7 +5508,7 @@ pub fn udf_definition(i: Input) -> IResult<UDFDefinition> {
55085508
},
55095509
(ReturnBody::Scalar(_), FuncBody::Server { .. }) => {
55105510
return Err(nom::Err::Failure(ErrorKind::Other(
5511-
"ScalarUDF unsupport external Server",
5511+
"ScalarUDF unsupported external Server",
55125512
)))
55135513
}
55145514
(ReturnBody::Table(return_types), FuncBody::Sql(sql)) => UDFDefinition::UDTFSql {

0 commit comments

Comments
 (0)