Files
doris/regression-test/data/ddl_p0/test_alias_function.out
Mingyu Chen c5eb8ab084 [fix](persiste) make ArithmeticExpr wriable (#14615)
Fix bug that the ArithmeticExpr's write method is not implement, causing FE crash when creating function like:
CREATE ALIAS FUNCTION IF NOT EXISTS mesh_udf_test1(INT,INT) WITH PARAMETER(n,d) AS ROUND(1+floor(n/d));

Add if exists and if not exists for drop and create function

Fix a minor bug that if file does not exist, hdfs() table valued function will throw NPE
2022-11-29 08:55:18 +08:00

8 lines
125 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !sql1 --
1
-- !sql1 --
1