Skip to content

Commit 8e019be

Browse files
authored
Revert "[8.19] Backport ES|QL sample processing command (#129617)" (#129797)
* Revert "[8.19] Backport ES|QL sample processing command (#129617)" This reverts commit 1d05947.
1 parent 11b5c78 commit 8e019be

File tree

66 files changed

+2606
-4718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2606
-4718
lines changed

docs/changelog/125570.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog/129797.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 129797
2+
summary: "Revert \"[8.19] Backport ES|QL sample processing command\""
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/reference/esql/esql-commands.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ endif::[]
4646
* experimental:[] <<esql-lookup-join>>
4747
* experimental:[] <<esql-mv_expand>>
4848
* <<esql-rename>>
49-
* experimental:[] <<esql-sample>>
5049
* <<esql-sort>>
5150
* <<esql-stats-by>>
5251
* <<esql-where>>
@@ -71,7 +70,6 @@ include::processing-commands/limit.asciidoc[]
7170
include::processing-commands/lookup.asciidoc[]
7271
include::processing-commands/mv_expand.asciidoc[]
7372
include::processing-commands/rename.asciidoc[]
74-
include::processing-commands/sample.asciidoc[]
7573
include::processing-commands/sort.asciidoc[]
7674
include::processing-commands/stats.asciidoc[]
7775
include::processing-commands/where.asciidoc[]

docs/reference/esql/functions/description/date_trunc.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/kibana/docs/date_trunc.md

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/kibana/docs/sample.md

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/types/to_ip.asciidoc

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/processing-commands/sample.asciidoc

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/reference/rest-api/usage.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ GET /_xpack/usage
249249
"lookup_join" : 0,
250250
"change_point" : 0,
251251
"completion": 0,
252-
"rerank": 0,
253-
"sample": 0
252+
"rerank": 0
254253
},
255254
"queries" : {
256255
"rest" : {

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ static TransportVersion def(int id) {
244244
public static final TransportVersion SETTINGS_IN_DATA_STREAMS_8_19 = def(8_841_0_51);
245245
public static final TransportVersion ML_INFERENCE_CUSTOM_SERVICE_REMOVE_ERROR_PARSING_8_19 = def(8_841_0_52);
246246
public static final TransportVersion ML_INFERENCE_CUSTOM_SERVICE_EMBEDDING_BATCH_SIZE_8_19 = def(8_841_0_53);
247-
public static final TransportVersion RANDOM_SAMPLER_QUERY_BUILDER_8_19 = def(8_841_0_54);
248247

249248
/*
250249
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)