Open wyndia opened 4 years ago
The main reason for this is because your partition does not specify a range, so it is not a partitioned table
@wyndia Hi,I check this problem. because you create table with empty partition of date
, this cause the colocatebalancer get null pointer.
it is easy to avoid this bug:
@wyndia Hi,I check this problem. because you create table with empty partition of
date
, this cause the colocatebalancer get null pointer.it is easy to avoid this bug:
- create table with unless one valid partition. do not empty partition and add partition later
- use dynamic_partition.
i think this is a bug, we should fix it
Describe the bug
Version: Apache Doris 0.12.0-rc03
To Reproduce