Skip to content

Commit e122c1f

Browse files
committed
chore: fix typo
1 parent a588a7b commit e122c1f

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
@@ -5514,7 +5514,7 @@ pub fn udf_definition(i: Input) -> IResult<UDFDefinition> {
55145514
},
55155515
(ReturnBody::Scalar(_), FuncBody::Server { .. }) => {
55165516
return Err(nom::Err::Failure(ErrorKind::Other(
5517-
"ScalarUDF unsupport external Server",
5517+
"ScalarUDF unsupported external Server",
55185518
)))
55195519
}
55205520
(ReturnBody::Table(return_types), FuncBody::Sql(sql)) => UDFDefinition::UDTFSql {

0 commit comments

Comments
 (0)