Skip to content

Commit

Permalink
Remove assumed mapper BwC feature
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Jan 17, 2025
1 parent a397fe9 commit f728f8a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
*/
public class MapperFeatures implements FeatureSpecification {

// Used to avoid noise in mixed cluster and rest compatibility tests. Must not be backported to 8.x branch.
// This label gets added to tests with such failures before merging with main, then removed when backported to 8.x.
public static final NodeFeature BWC_WORKAROUND_9_0 = new NodeFeature("mapper.bwc_workaround_9_0", true);

@Override
public Set<NodeFeature> getFeatures() {
return Set.of(BWC_WORKAROUND_9_0);
}

public static final NodeFeature CONSTANT_KEYWORD_SYNTHETIC_SOURCE_WRITE_FIX = new NodeFeature(
"mapper.constant_keyword.synthetic_source_write_fix"
);
Expand Down

0 comments on commit f728f8a

Please sign in to comment.