[fix](fe ut) fix PropertyConverterTest (#28722)

This commit is contained in:
yujun
2023-12-21 10:39:54 +08:00
committed by GitHub
parent 0e0ad3c4b1
commit 42c5dba9df

View File

@ -69,7 +69,6 @@ public class PropertyConverterTest extends TestWithFeService {
@Override
protected void runBeforeAll() throws Exception {
createDorisCluster();
createDatabase("mock_db");
useDatabase("mock_db");
createTable("create table mock_tbl1 \n" + "(k1 int, k2 int) distributed by hash(k1) buckets 1\n"