Commit c671841
authored
[ES|QL] Add aggregate metric double feature flag to its capability (elastic#121318) (elastic#121343)
AggregateMetricDouble should be behind a feature flag but on release
builds it was getting added when it should not have been. This commit
addresses that bug.1 parent 4bf1995 commit c671841
File tree
1 file changed
+3
-1
lines changed- x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
662 | 664 | | |
663 | 665 | | |
664 | 666 | | |
665 | | - | |
| 667 | + | |
666 | 668 | | |
667 | 669 | | |
668 | 670 | | |
| |||
0 commit comments