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 a588a7b commit e122c1fCopy full SHA for e122c1f
src/query/ast/src/parser/statement.rs
@@ -5514,7 +5514,7 @@ pub fn udf_definition(i: Input) -> IResult<UDFDefinition> {
5514
},
5515
(ReturnBody::Scalar(_), FuncBody::Server { .. }) => {
5516
return Err(nom::Err::Failure(ErrorKind::Other(
5517
- "ScalarUDF unsupport external Server",
+ "ScalarUDF unsupported external Server",
5518
)))
5519
}
5520
(ReturnBody::Table(return_types), FuncBody::Sql(sql)) => UDFDefinition::UDTFSql {
0 commit comments