incubator-doris [Bug] Temp partition and dynamic partition have conflicts

lf3rwulv  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(320)

Describe the bug

  1. create a table.
  2. add a temp partition to this table.
  3. modify the table to enable the dynamic partition feature.
  4. when trying to drop the temp partition, encounter error:
    can not drop partition when dynamic partition is enable
  5. when trying to disable the dynamic partition, encounter error:
    can not modify table when there is temp partitions

This logic is a dead lock. We should fix it.

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题