Skip to content

Commit

Permalink
EsqlCapabilities for casting string to version (elastic#112032)
Browse files Browse the repository at this point in the history
  • Loading branch information
fang-xing-esql authored and lkts committed Aug 20, 2024
1 parent f16768b commit 0b47ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ tests:
- class: org.elasticsearch.xpack.restart.CoreFullClusterRestartIT
method: testSnapshotRestore {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/111799
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {comparison.RangeVersion SYNC}
issue: https://github.com/elastic/elasticsearch/issues/111814
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: "test {p0=esql/26_aggs_bucket/friendlier BUCKET interval hourly: #110916}"
issue: https://github.com/elastic/elasticsearch/issues/111901
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ emp_no:integer |first_name:keyword
;

rangeVersion
required_capability: string_literal_auto_casting_extended
from apps
| where version > "2" and version < "4"
| keep id, version
Expand Down

0 comments on commit 0b47ab7

Please sign in to comment.