Skip to content

Commit af3b736

Browse files
committed
fix case
1 parent 09a1fd5 commit af3b736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-test/suites/point_query_p0/test_point_query_cluster_key.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ suite("test_point_query_cluster_key") {
239239
sql """CREATE TABLE ${tableName} (
240240
`customer_key` bigint(20) NULL,
241241
`customer_btm_value_0` text NULL,
242-
`customer_btm_value_1` text NULL,
242+
`customer_btm_value_1` VARCHAR(1000) NULL,
243243
`customer_btm_value_2` text NULL
244244
) ENGINE=OLAP
245245
UNIQUE KEY(`customer_key`)

0 commit comments

Comments
 (0)