We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db90e4f commit 8d10f2bCopy full SHA for 8d10f2b
fe/fe-core/src/test/java/org/apache/doris/clone/DecommissionTest.java
@@ -144,7 +144,7 @@ public void testDecommissionBackend() throws Exception {
144
// test colocate tablet repair
145
String createStr = "create table test.tbl1\n"
146
+ "(k1 date, k2 int)\n"
147
- + "distributed by hash(k2) buckets 2400\n"
+ + "distributed by hash(k2) buckets 64\n"
148
+ "properties\n"
149
+ "(\n"
150
+ " \"replication_num\" = \"1\"\n"
0 commit comments