eldenmoon commented on code in PR #39468:
URL: https://github.com/apache/doris/pull/39468#discussion_r1758085834


##########
regression-test/suites/prepared_stmt_p0/prepared_stmt_in_list.groovy:
##########
@@ -189,5 +189,43 @@ suite("test_prepared_stmt_in_list", "nonConcurrent") {
         stmt_read10.setString(4, '5022-01-01 11:30:38')
         stmt_read10.setString(5, '6022-01-01 11:30:38')
         qe_stmt_read10_2 stmt_read10
+
+        table_name = "tbl_prepared_stmt_in_list2"
+        sql """DROP TABLE IF EXISTS ${tableName} """
+        sql """
+             CREATE TABLE IF NOT EXISTS ${tableName} (
+                     `k1` tinyint NULL COMMENT "",
+                     `k2` smallint NULL COMMENT "",
+                     `k3` int NULL COMMENT ""
+                   ) ENGINE=OLAP
+                   UNIQUE KEY(`k1`, `k2`)
+                   DISTRIBUTED BY HASH(`k1`, `k2`) BUCKETS 1
+                   PROPERTIES (
+                   "replication_allocation" = "tag.location.default: 1",
+                   "light_schema_change" = "true",
+                   "storage_format" = "V2"
+                   )

Review Comment:
   add store_row_column property



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