BiteTheDDDDt commented on code in PR #33002:
URL: https://github.com/apache/doris/pull/33002#discussion_r1543964619


##########
regression-test/suites/nereids_p0/test_mv_select.groovy:
##########
@@ -42,4 +42,173 @@ suite("test_mv_select") {
                         group by Uid;""")
         contains "mv_test_table_t"
     }
+
+    sql """drop table if exists SkuUniqDailyCounter"""
+    sql """CREATE TABLE `SkuUniqDailyCounter` (
+            `ProductId` bigint(20) NOT NULL,
+            `DateCode` int(11) NOT NULL,
+            `BrandCid` bigint(20) NOT NULL,
+            `ShopId` varchar(30) NOT NULL,
+            `BigCid` int(11) REPLACE NULL,
+            `FirstCid` int(11) REPLACE NULL,
+            `SecondCid` int(11) REPLACE NULL,
+            `ThirdCid` int(11) REPLACE NULL,
+            `FourthCid` int(11) REPLACE NULL,
+            `Price` int(11) REPLACE NULL,

Review Comment:
   It’s best to simplify the case and do some desensitization



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