KeeProMise commented on PR #57234: URL: https://github.com/apache/doris/pull/57234#issuecomment-3465970635
> There is a scenario where unexpected behavior may occur in this way, for example, today is October 30, 2025, and the value of partition p1 is 20251025. Under the following configuration, the previous behavior will report an error, which is in line with expectations. However, after the change, there will be no error. The actual time of p1 will become 20251001, and it has been more than 10 days since then, and the partition will not be visible 'partition_sync_limit'='10', 'partition_sync_time_unit'='DAY', 'partition_date_format'='%Y%m' If the partition format is like 'dt=202510' and 'dt=202511', then it will not be possible to create a view based on this base table. -- 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]
