mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 18:25:44 +00:00
## Summary - Add E2E test for high-cardinality GROUP BY aggregation (issue #47569) - Tests GROUP BY with 2500 unique group keys (above the original 1792 HashTable slot limit) - Covers both growing segment (before flush) and sealed segment (after flush) - Verifies group count, uniqueness, and aggregation correctness against pandas ground truth - Lightweight: 3000 rows, ~7 seconds runtime issue: #47569 ## Test plan - [x] `pytest testcases/test_query_aggregation.py::TestQueryAggregationIndependentV2::test_high_cardinality_group_by` — passed in 6.59s 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: lyyyuna <yiyang.li@zilliz.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>