We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c5398 commit 06f84b8Copy full SHA for 06f84b8
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -809,7 +809,7 @@ public enum Cap {
809
* Fixes a series of issues with inlinestats which had an incomplete implementation after lookup and inlinestats
810
* were refactored.
811
*/
812
- INLINESTATS_V3;
+ INLINESTATS_V3(EsqlPlugin.INLINESTATS_FEATURE_FLAG);
813
814
private final boolean enabled;
815
0 commit comments