File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
integ-test/src/test/java/org/opensearch/sql/legacy
legacy/src/main/java/org/opensearch/sql/legacy/query Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 77
88import static org .hamcrest .Matchers .containsString ;
99import 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
1217import com .google .common .io .Files ;
1318import java .io .File ;
Original file line number Diff line number Diff line change 2727import java .util .List ;
2828import org .opensearch .search .SearchHit ;
2929import 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 ;
3135import org .opensearch .sql .legacy .esdomain .LocalClusterState ;
3236import org .opensearch .sql .legacy .exception .SQLFeatureDisabledException ;
3337import org .opensearch .sql .legacy .exception .SqlParseException ;
You can’t perform that action at this time.
0 commit comments