Skip to content

Commit d399b53

Browse files
committed
Move ES|QL change_point out of snapshot
1 parent ef633d5 commit d399b53

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/reference/query-languages/esql/_snippets/commands/layout/change_point.md

Whitespace-only changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ public enum Cap {
843843
/**
844844
* Support change point detection "CHANGE_POINT".
845845
*/
846-
CHANGE_POINT(Build.current().isSnapshot()),
846+
CHANGE_POINT,
847847

848848
/**
849849
* Fix for https://github.com/elastic/elasticsearch/issues/120817

0 commit comments

Comments
 (0)