Skip to content

Commit 84a2fff

Browse files
committed
Undo import star statements
Signed-off-by: Chen Dai <daichen@amazon.com>
1 parent 4e27279 commit 84a2fff

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

integ-test/src/test/java/org/opensearch/sql/legacy/ExplainIT.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
import static org.hamcrest.Matchers.containsString;
99
import static org.hamcrest.Matchers.equalTo;
10-
import static org.opensearch.sql.legacy.TestsConstants.*;
10+
import static org.opensearch.sql.legacy.TestsConstants.TEST_INDEX_ACCOUNT;
11+
import static org.opensearch.sql.legacy.TestsConstants.TEST_INDEX_DOG;
12+
import static org.opensearch.sql.legacy.TestsConstants.TEST_INDEX_LOCATION;
13+
import static org.opensearch.sql.legacy.TestsConstants.TEST_INDEX_NESTED_TYPE;
14+
import static org.opensearch.sql.legacy.TestsConstants.TEST_INDEX_PEOPLE;
15+
import static org.opensearch.sql.legacy.TestsConstants.TEST_INDEX_PHRASE;
1116

1217
import com.google.common.io.Files;
1318
import java.io.File;

legacy/src/main/java/org/opensearch/sql/legacy/query/OpenSearchActionFactory.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727
import java.util.List;
2828
import org.opensearch.search.SearchHit;
2929
import org.opensearch.search.SearchHits;
30-
import org.opensearch.sql.legacy.domain.*;
30+
import org.opensearch.sql.legacy.domain.ColumnTypeProvider;
31+
import org.opensearch.sql.legacy.domain.IndexStatement;
32+
import org.opensearch.sql.legacy.domain.JoinSelect;
33+
import org.opensearch.sql.legacy.domain.QueryActionRequest;
34+
import org.opensearch.sql.legacy.domain.Select;
3135
import org.opensearch.sql.legacy.esdomain.LocalClusterState;
3236
import org.opensearch.sql.legacy.exception.SQLFeatureDisabledException;
3337
import org.opensearch.sql.legacy.exception.SqlParseException;

0 commit comments

Comments
 (0)