Skip to content

[Bug] Temp partition and dynamic partition have conflicts #3200

@morningman

Description

@morningman

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.

Metadata

Metadata

Assignees

Labels

kind/fixCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions