You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/TransformPivotRestIT.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
10
10
importorg.apache.http.entity.ContentType;
11
11
importorg.apache.http.entity.StringEntity;
12
+
importorg.apache.lucene.util.LuceneTestCase;
12
13
importorg.elasticsearch.client.Request;
13
14
importorg.elasticsearch.client.RequestOptions;
14
15
importorg.elasticsearch.client.Response;
@@ -1011,13 +1012,15 @@ public void testPreviewTransformWithPipelineScript() throws Exception {
1011
1012
/**
1012
1013
* This test case makes sure that deprecation warnings from _search API are propagated to _preview API.
0 commit comments