Describe the bug
Can not pass test_aggregation_empty_table test in 3.2.4.
Empty results will be returned when users aggregate in an empty table. We return a CommonError, which is not the expected behavior in test_aggregation_empty_table.
Environment
Fast Reproduce Steps(Required)
Steps to reproduce the behavior:
- run test test_table_client_aggregation
Expected behavior
Pass test_aggregation_empty_table.
Actual Behavior
Panic in test_aggregation_empty_table.
Additional context