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 a53231f commit 75619a8Copy full SHA for 75619a8
src/query/ast/src/parser/statement.rs
@@ -5508,7 +5508,7 @@ pub fn udf_definition(i: Input) -> IResult<UDFDefinition> {
5508
},
5509
(ReturnBody::Scalar(_), FuncBody::Server { .. }) => {
5510
return Err(nom::Err::Failure(ErrorKind::Other(
5511
- "ScalarUDF unsupport external Server",
+ "ScalarUDF unsupported external Server",
5512
)))
5513
}
5514
(ReturnBody::Table(return_types), FuncBody::Sql(sql)) => UDFDefinition::UDTFSql {
0 commit comments