Skip to content

Commit

Permalink
Address test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mayya-sharipova committed Oct 2, 2024
1 parent 426db4d commit d9eb1e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ public CheckedBiConsumer<ShardSearchRequest, StreamOutput, IOException> getReque
"terms_set",
"wildcard",
"wrapper",
"distance_feature" };
"distance_feature",
"to_child_block_join" };

// add here deprecated queries to make sure we log a deprecation warnings when they are used
private static final String[] DEPRECATED_QUERIES = new String[] { "field_masking_span", "geo_polygon" };
Expand Down

0 comments on commit d9eb1e9

Please sign in to comment.