morningman commented on code in PR #8891:
URL: https://github.com/apache/incubator-doris/pull/8891#discussion_r844897351


##########
regression-test/suites/join/ddl/test_bucket_shuffle_join.sql:
##########
@@ -0,0 +1,20 @@
+CREATE TABLE test_bucket_shuffle_join (
+  `id` int NOT NULL COMMENT "",
+  `rectime` datetime NOT NULL COMMENT ""
+)
+UNIQUE KEY(`id`,`rectime`)
+COMMENT "olap"
+PARTITION BY RANGE(rectime) ()
+DISTRIBUTED BY HASH(id)
+PROPERTIES
+(
+ "replication_num" = "1",

Review Comment:
   Better not using `dynamic_partition`, because it will change as time pass by.



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