good first issue
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Hello, we have a bug.
when we are working with more then 30000 strings the aggregation functions are working incorrect.
for example:
we have 34345 strings (they added to the table by 5000 strings in iteration) but aggregation function show me only 30000. Its looks like last part not conting, i'm trying to do SUM, COUNT . this bug can be fixed if i made agg: erase and again agg:sum or agg:count
Can anyone help us ? Thx