-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Stalearea/schema-changeIssues or PRs related to schema changeIssues or PRs related to schema changekind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Describe the bug
After creating a rollup with less key column, we found that the row number of this rollup
is just same as the base table.
To Reproduce
- create a table with column k1, k2, k3, v1(sum)
- load some data.
- create rollup with column k1, v1(sum)
after rollup finished, the num rows of rollup is same as base table's.
Expected behavior
Because the number of key columns in rollup is less than base table, the data
should be more aggregate in rollup, so the row num of the rollup should be less than
base table.
Metadata
Metadata
Assignees
Labels
Stalearea/schema-changeIssues or PRs related to schema changeIssues or PRs related to schema changekind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.