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 c4249a8 commit aaebe2dCopy full SHA for aaebe2d
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -1082,7 +1082,7 @@ public enum Cap {
1082
/**
1083
* Support for the SAMPLE command
1084
*/
1085
- SAMPLE_V3(Build.current().isSnapshot()),
+ SAMPLE_V3,
1086
1087
1088
* The {@code _query} API now gives a cast recommendation if multiple types are found in certain instances.
@@ -1207,7 +1207,7 @@ public enum Cap {
1207
1208
* Support parameters for SAMPLE command.
1209
1210
- PARAMETER_FOR_SAMPLE(Build.current().isSnapshot());
+ PARAMETER_FOR_SAMPLE;
1211
1212
private final boolean enabled;
1213
0 commit comments