Skip to content

Commit

Permalink
append only index fix in test
Browse files Browse the repository at this point in the history
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
  • Loading branch information
sandeshkr419 committed Jan 30, 2025
1 parent c83e0d9 commit 9b4da43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ public void testQueryParsingForBucketAggregations() throws IOException {
.put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1)
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 1)
.put(StarTreeIndexSettings.IS_COMPOSITE_INDEX_SETTING.getKey(), true)
.put(IndexMetadata.INDEX_APPEND_ONLY_ENABLED_SETTING.getKey(), true)
.build();
CreateIndexRequestBuilder builder = client().admin()
.indices()
Expand Down

0 comments on commit 9b4da43

Please sign in to comment.