forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove legacy IndexResolver (elastic#109821)
Currently, we are using the legacy IndexResolver alongside the updated version to compare their outputs. While this approach helps in bug detection, it adds to the maintenance burden, particularly when adding new features to the field-caps API or the index resolver. This change removes the legacy IndexResolver from the ESQL codebase.
- Loading branch information
Showing
14 changed files
with
70 additions
and
1,426 deletions.
There are no files selected for viewing
49 changes: 0 additions & 49 deletions
49
...n/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/index/IndexCompatibility.java
This file was deleted.
Oops, something went wrong.
1,046 changes: 0 additions & 1,046 deletions
1,046
...plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/index/IndexResolver.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...sql-core/src/main/java/org/elasticsearch/xpack/esql/core/index/RemoteClusterResolver.java
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
...ore/src/main/java/org/elasticsearch/xpack/esql/core/index/VersionCompatibilityChecks.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.