From 7d1cea134cdcc29dbffb210ae0e80e97346c529e Mon Sep 17 00:00:00 2001 From: Yaroslav Kirillov Date: Thu, 11 Jun 2026 18:38:29 +0500 Subject: [PATCH] fix eg groups with non-frequent order --- internal/pkg/repository_ch/error_groups.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/repository_ch/error_groups.go b/internal/pkg/repository_ch/error_groups.go index 82c6bc2..ca71ac9 100644 --- a/internal/pkg/repository_ch/error_groups.go +++ b/internal/pkg/repository_ch/error_groups.go @@ -84,7 +84,7 @@ func (r *repository) GetErrorGroups( offset: uint64(req.Offset), }) - infos, err := r.getErrorInfos(ctx, getErrorInfosParams{ + infos, err = r.getErrorInfos(ctx, getErrorInfosParams{ columns: []string{ "_group_hash", "source",