You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/25 14:32:12 UTC

[GitHub] [incubator-doris] morningman opened a new issue #3200: [Bug] Temp partition and dynamic partition have conflicts

morningman opened a new issue #3200: [Bug] Temp partition and dynamic partition have conflicts
URL: https://github.com/apache/incubator-doris/issues/3200
 
 
   **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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org