Skip to content

Commit 49783f1

Browse files
committed
SAMPLE is new + GA in 9.1 elastic#127629
1 parent 7c3dc70 commit 49783f1

File tree

2 files changed

+2
-2
lines changed
  • docs/reference/query-languages/esql/_snippets/functions/layout
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate

2 files changed

+2
-2
lines changed

docs/reference/query-languages/esql/_snippets/functions/layout/sample.md

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

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/Sample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class Sample extends AggregateFunction implements ToAggregator {
6262
description = "Collects sample values for a field.",
6363
type = FunctionType.AGGREGATE,
6464
examples = @Example(file = "stats_sample", tag = "doc"),
65-
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.PREVIEW, version = "9.1.0") }
65+
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.GA, version = "9.1.0") }
6666

6767
)
6868
public Sample(

0 commit comments

Comments
 (0)