Skip to content

Commit 475691f

Browse files
authored
Disable count_values aggregation in query fuzz test (#7115)
1 parent df41862 commit 475691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/query_fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
var (
4141
enabledFunctions []*parser.Function
4242
enabledAggrs = []parser.ItemType{
43-
parser.SUM, parser.MIN, parser.MAX, parser.AVG, parser.GROUP, parser.COUNT, parser.COUNT_VALUES, parser.QUANTILE,
43+
parser.SUM, parser.MIN, parser.MAX, parser.AVG, parser.GROUP, parser.COUNT, parser.QUANTILE,
4444
}
4545
)
4646

0 commit comments

Comments
 (0)