Skip to content

Commit

Permalink
Merge branch 'main' into carlosdelest/esql-qstr-function
Browse files Browse the repository at this point in the history
# Conflicts:
#	x-pack/plugin/esql/qa/testFixtures/src/main/resources/meta.csv-spec
#	x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
  • Loading branch information
carlosdelest committed Sep 10, 2024
2 parents 9eaed72 + dcb7ed2 commit de2fd89
Show file tree
Hide file tree
Showing 420 changed files with 4,340 additions and 2,015 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.24", "8.15.2", "8.16.0"]
BWC_VERSION: ["7.17.25", "8.15.2", "8.16.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
6 changes: 3 additions & 3 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ steps:
env:
BWC_VERSION: 7.16.3

- label: "{{matrix.image}} / 7.17.24 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.24
- label: "{{matrix.image}} / 7.17.25 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.25
timeout_in_minutes: 300
matrix:
setup:
Expand All @@ -337,7 +337,7 @@ steps:
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.17.24
BWC_VERSION: 7.17.25

- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.1
Expand Down
10 changes: 5 additions & 5 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ steps:
- signal_reason: agent_stop
limit: 3

- label: 7.17.24 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.24#bwcTest
- label: 7.17.25 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.25#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
Expand All @@ -353,7 +353,7 @@ steps:
preemptible: true
diskSizeGb: 250
env:
BWC_VERSION: 7.17.24
BWC_VERSION: 7.17.25
retry:
automatic:
- exit_status: "-1"
Expand Down Expand Up @@ -771,7 +771,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk17
BWC_VERSION: ["7.17.24", "8.15.2", "8.16.0"]
BWC_VERSION: ["7.17.25", "8.15.2", "8.16.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down Expand Up @@ -821,7 +821,7 @@ steps:
- openjdk21
- openjdk22
- openjdk23
BWC_VERSION: ["7.17.24", "8.15.2", "8.16.0"]
BWC_VERSION: ["7.17.25", "8.15.2", "8.16.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
2 changes: 1 addition & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BWC_VERSION:
- "7.14.2"
- "7.15.2"
- "7.16.3"
- "7.17.24"
- "7.17.25"
- "8.0.1"
- "8.1.3"
- "8.2.3"
Expand Down
2 changes: 1 addition & 1 deletion .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BWC_VERSION:
- "7.17.24"
- "7.17.25"
- "8.15.2"
- "8.16.0"
6 changes: 6 additions & 0 deletions docs/changelog/109193.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 109193
summary: "[ES|QL] explicit cast a string literal to `date_period` and `time_duration`\
\ in arithmetic operations"
area: ES|QL
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/111981.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111981
summary: Allow fields with dots in sparse vector field mapper
area: Mapping
type: enhancement
issues:
- 109118
5 changes: 5 additions & 0 deletions docs/changelog/112574.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 112574
summary: Add privileges required for CDR misconfiguration features to work on AWS SecurityHub integration
area: Authorization
type: enhancement
issues: []

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/to_dateperiod.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/to_timeduration.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions docs/reference/esql/functions/kibana/definition/to_dateperiod.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/reference/esql/functions/kibana/docs/to_dateperiod.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/reference/esql/functions/kibana/docs/to_timeduration.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/kibana/inline_cast.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/reference/esql/functions/layout/to_dateperiod.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/reference/esql/functions/layout/to_timeduration.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/to_dateperiod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* <<esql-to_boolean>>
* <<esql-to_cartesianpoint>>
* <<esql-to_cartesianshape>>
* experimental:[] <<esql-to_dateperiod>>
* <<esql-to_datetime>>
* <<esql-to_degrees>>
* <<esql-to_double>>
Expand All @@ -26,13 +27,15 @@
* <<esql-to_long>>
* <<esql-to_radians>>
* <<esql-to_string>>
* experimental:[] <<esql-to_timeduration>>
* experimental:[] <<esql-to_unsigned_long>>
* <<esql-to_version>>
// end::type_list[]

include::layout/to_boolean.asciidoc[]
include::layout/to_cartesianpoint.asciidoc[]
include::layout/to_cartesianshape.asciidoc[]
include::layout/to_dateperiod.asciidoc[]
include::layout/to_datetime.asciidoc[]
include::layout/to_degrees.asciidoc[]
include::layout/to_double.asciidoc[]
Expand All @@ -43,5 +46,6 @@ include::layout/to_ip.asciidoc[]
include::layout/to_long.asciidoc[]
include::layout/to_radians.asciidoc[]
include::layout/to_string.asciidoc[]
include::layout/to_timeduration.asciidoc[]
include::layout/to_unsigned_long.asciidoc[]
include::layout/to_version.asciidoc[]
11 changes: 11 additions & 0 deletions docs/reference/esql/functions/types/to_dateperiod.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions docs/reference/esql/functions/types/to_timeduration.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de2fd89

Please sign in to comment.