Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
Signed-off-by: shuming.li <[email protected]>
  • Loading branch information
LiShuMing committed Dec 31, 2024
1 parent ad1e62f commit ee128f7
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 8 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/sql/test_agg_state/R/test_agg_state_with_async_mv.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- name: test_agg_state_with_async_mv
-- name: test_agg_state_with_async_mv @slow
CREATE TABLE t1 (
k1 date,
c0 boolean,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- name: test_agg_state_table_with_all_functions
-- name: test_agg_state_table_with_all_functions @slow
-- This case can be generated by FE's AggStateCombinatorTest#generateSqlTesterTestsTotal test, it will test all supported aggregate functions in AggStateTable.
CREATE TABLE t1 (
k1 date,
Expand Down Expand Up @@ -87,7 +87,7 @@ v11 array_agg_distinct(char(100)),
v12 array_agg_distinct(date),
v13 array_agg_distinct(datetime),
v14 percentile_approx(double,double),
v15 percentile_approx(double,double,double),
v15 percentile_approx(double,double),
v16 covar_pop(double,double),
v17 covar_pop(float,float),
v18 covar_pop(boolean,boolean),
Expand Down
2 changes: 1 addition & 1 deletion test/sql/test_agg_state/T/test_agg_state_with_async_mv.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- name: test_agg_state_with_async_mv
-- name: test_agg_state_with_async_mv @slow
CREATE TABLE t1 (
k1 date,
c0 boolean,
Expand Down

0 comments on commit ee128f7

Please sign in to comment.