Skip to content

Commit 0222df6

Browse files
committed
Removed comment
Signed-off-by: MitchellGale-BitQuill <[email protected]>
1 parent 3e4317d commit 0222df6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: integ-test/src/test/java/org/opensearch/sql/sql/TextTypeIT.java

-12
Original file line numberDiff line numberDiff line change
@@ -255,16 +255,4 @@ public void selectSubstringTextDataFieldNoFields() {
255255
verifySchema(result,
256256
schema("SUBSTRING(textDataFieldNoFields, 1, 1)", null, "keyword"));
257257
}
258-
259-
// protected JSONObject executeQuery(String query) throws IOException {
260-
// Request request = new Request("POST", QUERY_API_ENDPOINT);
261-
// request.setJsonEntity(String.format(Locale.ROOT, "{\n" + " \"query\": \"%s\"\n" + "}", query));
262-
//
263-
// RequestOptions.Builder restOptionsBuilder = RequestOptions.DEFAULT.toBuilder();
264-
// restOptionsBuilder.addHeader("Content-Type", "application/json");
265-
// request.setOptions(restOptionsBuilder);
266-
//
267-
// Response response = client().performRequest(request);
268-
// return new JSONObject(getResponseBody(response));
269-
// }
270258
}

0 commit comments

Comments
 (0)