csun5285 commented on code in PR #35402:
URL: https://github.com/apache/doris/pull/35402#discussion_r1615820973


##########
regression-test/suites/compaction/test_table_level_compaction_policy.groovy:
##########
@@ -242,4 +242,28 @@ suite("test_table_level_compaction_policy") {
     }
     sql """ DROP TABLE IF EXISTS ${tableName} """
     sql """sync"""
+
+    sql """
+        CREATE TABLE ${tableName} (
+                `c_custkey` int(11) NOT NULL COMMENT "",
+                `c_name` varchar(26) NOT NULL COMMENT "",
+                `c_address` varchar(41) NOT NULL COMMENT "",
+                `c_city` varchar(11) NOT NULL COMMENT ""
+        )
+        UNIQUE KEY (`c_custkey`)
+        DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 1
+        PROPERTIES (
+                "replication_num" = "1"

Review Comment:
   "enable_unique_key_merge_on_write" = "true"



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