Skip to content

Commit 7fa05a2

Browse files
committed
fix: rename countDistinct to countdistinct in allowed functions
1 parent dace8a7 commit 7fa05a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/common/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func SliceToChunks[T any](values []T, chunkSize int) [][]T {
2525
var allowedFunctions = map[string]struct{}{
2626
"sum": {},
2727
"count": {},
28-
"countDistinct": {},
28+
"countdistinct": {},
2929
"avg": {},
3030
"max": {},
3131
"min": {},

0 commit comments

Comments
 (0)