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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org