caiconghui opened a new issue #6108:
URL: https://github.com/apache/incubator-doris/issues/6108


   **Describe the bug**
   Adding conflicting partition doesn't report errors
   
   **To Reproduce**
   Steps to reproduce the behavior:
           add the following RangePartitionDescs in order 
           PartitionKeyDesc p1 = PartitionKeyDesc.createFixed(
                   Lists.newArrayList(new PartitionValue("2021-06-01")),
                   Lists.newArrayList(new PartitionValue("2021-06-02")));
   
           PartitionKeyDesc p2 = PartitionKeyDesc.createFixed(
                   Lists.newArrayList(new PartitionValue("2021-07-01")),
                   Lists.newArrayList(new PartitionValue("2021-08-01")));
   
           PartitionKeyDesc p3 = PartitionKeyDesc.createFixed(
                   Lists.newArrayList(new PartitionValue("2021-06-01")),
                   Lists.newArrayList(new PartitionValue("2021-07-01")));
   
   **Expected behavior**
   throw exception 
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
    - Browser [e.g. chrome, safari]
    - Version [e.g. 22]
   
   **Smartphone (please complete the following information):**
    - Device: [e.g. iPhone6]
    - OS: [e.g. iOS8.1]
    - Browser [e.g. stock browser, safari]
    - Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to