Skip to content

Commit 1c6c444

Browse files
committed
Remove addressed TODO
1 parent ef6e4ff commit 1c6c444

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,6 @@ public enum Cap {
421421
*/
422422
SPATIAL_GRID_TYPES(Build.current().isSnapshot()),
423423

424-
/**
425-
* Support geohash, geotile and geohex in ST_INTERSECTS and ST_DISJOINT. Done in #133546
426-
*/
427-
SPATIAL_GRID_INTERSECTS(Build.current().isSnapshot()),
428-
429424
/**
430425
* Fix to GROK and DISSECT that allows extracting attributes with the same name as the input
431426
* https://github.com/elastic/elasticsearch/issues/110184
@@ -1386,7 +1381,6 @@ public enum Cap {
13861381
/**
13871382
* Decay function for custom scoring
13881383
*/
1389-
// TODO: correct?
13901384
DECAY_FUNCTION(Build.current().isSnapshot()),
13911385

13921386
/**
@@ -1443,7 +1437,7 @@ public enum Cap {
14431437
/**
14441438
* FORK with remote indices
14451439
*/
1446-
ENABLE_FORK_FOR_REMOTE_INDICES(Build.current().isSnapshot());
1440+
ENABLE_FORK_FOR_REMOTE_INDICES;
14471441

14481442
private final boolean enabled;
14491443

0 commit comments

Comments
 (0)