Skip to content

Commit

Permalink
[fix](fe ut) fix PropertyConverterTest (#28722)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun777 authored Dec 21, 2023
1 parent 0e0ad3c commit 42c5dba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 42c5dba

Please sign in to comment.