morrySnow commented on code in PR #32335: URL: https://github.com/apache/doris/pull/32335#discussion_r1528337120
########## regression-test/suites/partition_p0/multi_partition/test_multi_partition.groovy: ########## @@ -465,4 +465,25 @@ suite("test_multi_partition") { assertTrue(result2[1][1].startsWith("p_")) sql "drop table multi_par12" -} \ No newline at end of file + + // create one table without datetime partition, but with date string + sql """ Review Comment: do u test nereids too? `set enable_fallback_to_original_planner=false` to disable fallback, and ensure it could work well on Nereids' `CreateTableComamnd` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org