From 9af20a854e41f0fc86a53653764379403755cc00 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Tue, 14 Nov 2023 10:44:38 +0800 Subject: [PATCH] fix e2e test Signed-off-by: Bugen Zhao --- e2e_test/udf/udf.slt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e_test/udf/udf.slt b/e2e_test/udf/udf.slt index aebfd3d33e697..7ebdf49d0b20d 100644 --- a/e2e_test/udf/udf.slt +++ b/e2e_test/udf/udf.slt @@ -72,19 +72,19 @@ query TTTTT rowsort show functions ---- array_access character varying[], integer character varying (empty) http://localhost:8815 -extract_tcp_info bytea struct (empty) http://localhost:8815 +extract_tcp_info bytea struct (empty) http://localhost:8815 gcd integer, integer integer (empty) http://localhost:8815 gcd integer, integer, integer integer (empty) http://localhost:8815 hex_to_dec character varying numeric (empty) http://localhost:8815 int_42 (empty) integer (empty) http://localhost:8815 jsonb_access jsonb, integer jsonb (empty) http://localhost:8815 jsonb_array_identity jsonb[] jsonb[] (empty) http://localhost:8815 -jsonb_array_struct_identity struct struct (empty) http://localhost:8815 +jsonb_array_struct_identity struct struct (empty) http://localhost:8815 jsonb_concat jsonb[] jsonb (empty) http://localhost:8815 -return_all boolean, smallint, integer, bigint, real, double precision, numeric, date, time without time zone, timestamp without time zone, interval, character varying, bytea, jsonb struct (empty) http://localhost:8815 -return_all_arrays boolean[], smallint[], integer[], bigint[], real[], double precision[], numeric[], date[], time without time zone[], timestamp without time zone[], interval[], character varying[], bytea[], jsonb[] struct (empty) http://localhost:8815 +return_all boolean, smallint, integer, bigint, real, double precision, numeric, date, time without time zone, timestamp without time zone, interval, character varying, bytea, jsonb struct (empty) http://localhost:8815 +return_all_arrays boolean[], smallint[], integer[], bigint[], real[], double precision[], numeric[], date[], time without time zone[], timestamp without time zone[], interval[], character varying[], bytea[], jsonb[] struct (empty) http://localhost:8815 series integer integer (empty) http://localhost:8815 -split character varying struct (empty) http://localhost:8815 +split character varying struct (empty) http://localhost:8815 query I select int_42();