From bce64a625369118a6ee4b11f9d5452a5d56060db Mon Sep 17 00:00:00 2001 From: Zihao Xu Date: Wed, 21 Feb 2024 18:04:41 -0500 Subject: [PATCH] Update create_sql_function.rs --- src/frontend/src/handler/create_sql_function.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/handler/create_sql_function.rs b/src/frontend/src/handler/create_sql_function.rs index cb7c4b0907240..cb5f3fd91e2bf 100644 --- a/src/frontend/src/handler/create_sql_function.rs +++ b/src/frontend/src/handler/create_sql_function.rs @@ -33,7 +33,7 @@ use crate::expr::{Expr, ExprImpl, Literal}; use crate::{bind_data_type, Binder}; /// The error type for hint display -/// Currently we will try invalid item first +/// Currently we will try invalid parameter first /// Then try to find non-existent functions enum ErrMsgType { Parameter,