Skip to content

Commit

Permalink
fix symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
GentleCold committed Nov 17, 2024
1 parent 4a6a9e1 commit 1015f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
import org.apache.doris.qe.ShowResultSetMetaData;
import org.apache.doris.qe.StmtExecutor;

import com.google.common.collect.Lists;

import java.util.List;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.junit.Assert;

suite("show_create_repository") {

String ak = getS3AK()
String sk = getS3SK()
String endpoint = getS3Endpoint()
Expand Down

0 comments on commit 1015f78

Please sign in to comment.