yiguolei commented on code in PR #29107:
URL: https://github.com/apache/doris/pull/29107#discussion_r1437037955


##########
regression-test/suites/correctness/test_pushdown_common_expr.groovy:
##########
@@ -150,4 +150,62 @@ suite("test_pushdown_common_expr") {
             WHERE random() = 0
         ) AS t2 ON t1.c1 = t2.c1
     """
+
+    sql """ DROP TABLE IF EXISTS t_pushdown_common_expr_for_del """
+    sql """
+    CREATE TABLE `t_pushdown_common_expr_for_del` (
+        `c1` int(11) NULL,
+        `c2` varchar(100) NULL COMMENT "",
+        `c3` varchar(100) NULL COMMENT "",
+        `c4` varchar(100) NULL COMMENT "",
+        `c5` varchar(100) NULL COMMENT "",
+        `c6` varchar(100) NULL COMMENT "",
+        `c7` varchar(100) NULL COMMENT ""
+    ) ENGINE=OLAP
+    DUPLICATE KEY(`c1`)
+    COMMENT 'OLAP'
+    DISTRIBUTED BY HASH(`c1`) BUCKETS 1
+    PROPERTIES (
+        "replication_allocation" = "tag.location.default: 1",
+        "disable_auto_compaction" = "false"

Review Comment:
   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: 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

Reply via email to