Skip to content

Commit 9cb4425

Browse files
committed
Merge branch 'main' into esql_blockh2
2 parents a4647fc + 10f6f25 commit 9cb4425

File tree

305 files changed

+9556
-4138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+9556
-4138
lines changed

.buildkite/pipelines/dra-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ steps:
66
provider: gcp
77
image: family/elasticsearch-ubuntu-2204
88
machineType: custom-32-98304
9-
buildDirectory: /dev/shm/bk
10-
diskSizeGb: 500
9+
localSsds: 1
10+
localSsdInterface: nvme
11+
diskSizeGb: 350
1112
- wait
1213
# The hadoop build depends on the ES artifact
1314
# So let's trigger the hadoop build any time we build a new staging artifact

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ steps:
7676
- trigger: elasticsearch-dra-workflow
7777
label: Trigger DRA snapshot workflow
7878
async: true
79+
branches: "main 8.* 7.17"
7980
build:
8081
branch: "$BUILDKITE_BRANCH"
8182
commit: "$BUILDKITE_COMMIT"

docs/changelog/111336.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 111336
2+
summary: Use the same chunking configurations for models in the Elasticsearch service
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/112933.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 112933
2+
summary: "Allow incubating Panama Vector in simdvec, and add vectorized `ipByteBin`"
3+
area: Search
4+
type: enhancement
5+
issues: []

docs/changelog/113251.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 113251
2+
summary: Span term query to convert to match no docs when unmapped field is targeted
3+
area: Search
4+
type: bug
5+
issues: []

docs/changelog/113297.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 113297
2+
summary: "[ES|QL] add reverse function"
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/113812.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 113812
2+
summary: Add Streaming Inference spec
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/113900.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 113900
2+
summary: Fix BWC for file-settings based role mappings
3+
area: Authentication
4+
type: bug
5+
issues: []

docs/changelog/114002.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114002
2+
summary: Add a `mustache.max_output_size_bytes` setting to limit the length of results from mustache scripts
3+
area: Infra/Scripting
4+
type: enhancement
5+
issues: []

docs/changelog/114080.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114080
2+
summary: Stream Cohere Completion
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

0 commit comments

Comments
 (0)