Skip to content

Commit a505003

Browse files
committed
Move ES|QL sample command from snapshot to tech preview
1 parent 3f9bf9a commit a505003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ public enum Cap {
10821082
/**
10831083
* Support for the SAMPLE command
10841084
*/
1085-
SAMPLE_V3(Build.current().isSnapshot()),
1085+
SAMPLE_V3,
10861086

10871087
/**
10881088
* The {@code _query} API now gives a cast recommendation if multiple types are found in certain instances.
@@ -1207,7 +1207,7 @@ public enum Cap {
12071207
/**
12081208
* Support parameters for SAMPLE command.
12091209
*/
1210-
PARAMETER_FOR_SAMPLE(Build.current().isSnapshot());
1210+
PARAMETER_FOR_SAMPLE;
12111211

12121212
private final boolean enabled;
12131213

0 commit comments

Comments
 (0)