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 04:06:34 UTC

[GitHub] [incubator-doris] WingsGo opened a new issue #3192: [Dynamic Partition]Uniform partition range&&name format

WingsGo opened a new issue #3192: [Dynamic Partition]Uniform partition range&&name format
URL: https://github.com/apache/incubator-doris/issues/3192
 
 
   When user use datetime as range partition key, it may cause some problem ,such as:
   
   errCode = 2, detailMessage = Range [types: [DATETIME]; keys: [2020-03-25 16:34:03]; ‥types: [DATETIME]; keys: [2020-03-26 16:34:03]; ) is intersected with range: [types: [DATETIME]; keys: [2020-03-26 08:54:04]; ‥types: [DATETIME]; keys: [2020-03-27 08:54:04]; )    
   
   the reason is that dynamic parition's minimum unit is `DAY` but datetime's minimum is `second`. So, we should unify the minimun unit as `DAY` to avoid unexpected error, and we also unify the partition name according to table's `dynamic_partition.time_unit`

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


[GitHub] [incubator-doris] imay closed issue #3192: [Dynamic Partition]Uniform partition range&&name format

Posted by GitBox <gi...@apache.org>.
imay closed issue #3192: [Dynamic Partition]Uniform partition range&&name format
URL: https://github.com/apache/incubator-doris/issues/3192
 
 
   

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