KeeProMise opened a new issue, #57233:
URL: https://github.com/apache/doris/issues/57233

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   3.0.6
   
   ### What's Wrong?
   
   When I was creating an asynchronous materialized view for a partitioned base 
table with a format like dt=202501, the following error occurred:
   "Invalid value for DayOfMonth (valid values 1–28/31): 0."
   
   ### What You Expected?
   
   It can be created successfully.
   
   ### How to Reproduce?
   
   CREATE MATERIALIZED VIEW IF NOT EXISTS internal.xxx.mv_name
   BUILD DEFERRED REFRESH AUTO ON SCHEDULE EVERY 1  HOUR
   PARTITION BY(`dt`)
   DISTRIBUTED BY RANDOM BUCKETS AUTO
   PROPERTIES ( 'enable_nondeterministic_function' = 'true', 
'partition_date_format'='%Y%m', 'partition_sync_limit'='30', 
'replication_num'='2', 'partition_sync_time_unit'='DAY')
   AS
   select * from doris_hive_catalog.db.table
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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