JackDrogon commented on PR #17622: URL: https://github.com/apache/doris/pull/17622#issuecomment-1463169105
> ` "dynamic_partition.time_source" = "unix_timestamp"` is unnecessary before support this, doris support bigint as partition key, but it use range like [20230306, 20230313), not convert it to timestamp just like a date string. To be compatible with the behavior of older versions,I add time_source -- 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]
