diff --git a/e2e_test/udf/sql_udf.slt b/e2e_test/udf/sql_udf.slt index 21ccf414cfe1..10c81d8ce08d 100644 --- a/e2e_test/udf/sql_udf.slt +++ b/e2e_test/udf/sql_udf.slt @@ -284,9 +284,9 @@ $1 + 114514 + $1 # The following error message is just for reference # ---------------------------------------- # db error: ERROR: Failed to run the query -# +# # Caused by: -# Invalid input syntax: +# Invalid input syntax: # Failed to conduct semantic check: Bind error: [sql udf] failed to find named parameter aa # In SQL UDF definition: `select a + aa + a` # ^^