Skip to content

Commit

Permalink
[ML] Fix compilation error from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitris-athanasiou committed Jun 4, 2019
1 parent 0939119 commit 69f5652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ public void testStartDataFrameAnalyticsConfig() throws Exception {
public void testStopDataFrameAnalyticsConfig() throws Exception {
String sourceIndex = "stop-test-source-index";
String destIndex = "stop-test-dest-index";
createIndex(sourceIndex);
createIndex(sourceIndex, mappingForClassification());
highLevelClient().index(new IndexRequest(sourceIndex).source(XContentType.JSON, "total", 10000), RequestOptions.DEFAULT);

// Verify that the destination index does not exist. Otherwise, analytics' reindexing step would fail.
Expand Down

0 comments on commit 69f5652

Please sign in to comment.