Skip to content

Commit

Permalink
Update create_sql_function.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh authored Feb 21, 2024
1 parent ce30232 commit bce64a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/handler/create_sql_function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bce64a6

Please sign in to comment.