Skip to content

Commit 8d10f2b

Browse files
author
gavinchou
committed
Fix FE UT
1 parent db90e4f commit 8d10f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/fe-core/src/test/java/org/apache/doris/clone/DecommissionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void testDecommissionBackend() throws Exception {
144144
// test colocate tablet repair
145145
String createStr = "create table test.tbl1\n"
146146
+ "(k1 date, k2 int)\n"
147-
+ "distributed by hash(k2) buckets 2400\n"
147+
+ "distributed by hash(k2) buckets 64\n"
148148
+ "properties\n"
149149
+ "(\n"
150150
+ " \"replication_num\" = \"1\"\n"

0 commit comments

Comments
 (0)