Commit 23d05ac
committed
Merge remote-tracking branch 'upstream/main' into dlm-tiny-retentions
* upstream/main: (43 commits)
Unmute testAckedIndexing to see if it still fails on main (elastic#134682)
Silence time zone ID deprecation warning for JDK 25 due to log4j2 bug. (elastic#134719)
Adding a getUnmodifiableSourceAndMetadata() method to IngestDocument (elastic#134816)
Mark the create-index-from-source action as publicly available on Serverless (elastic#134953)
ESQL: Rename command from INLINESTATS to INLINE STATS (elastic#134827)
Document multi index query support for simplified retrievers (elastic#134980)
[ML] Fix YAMl test to use correct query parameter type (elastic#134999)
[Transform] Wait for PIT to close (elastic#134955)
Add XPath to XmlUtils (elastic#134923)
Fixing conditional processor mutability bugs (elastic#134936)
[Transform] Lower loglevel of 3 transform-related error messages from ERROR to WARN (elastic#134985)
Unmute pattern text tests. (elastic#134981)
Integrate weights into simplified RRF retriever syntax (elastic#132680)
Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {csv-spec:stats.CountDistinctWithConditions} elastic#134993
Update periodic java-ea build to test java 26 pre-release (elastic#134983)
Mute org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT test {csv-spec:stats.CountDistinctWithConditions} elastic#134984
Fix and unmute testIndexSettingProviderPrivateSetting (elastic#134861)
Add missing common cat params (elastic#134870)
Support querying multiple indices with the simplified RRF retriever (elastic#134822)
Allow including semantic field embeddings in _source (elastic#134717)
...File tree
259 files changed
+7779
-6420
lines changed- .buildkite
- pipelines
- scripts
- .ci
- build-tools-internal/src
- integTest/groovy/org/elasticsearch/gradle/internal/transport
- main
- java/org/elasticsearch/gradle/internal/transport
- resources/forbidden
- distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli
- docs
- changelog
- reference
- elasticsearch
- mapping-reference
- rest-apis
- query-languages/esql
- _snippets/commands/examples/inlinestats.csv-spec
- kibana/definition
- commands
- functions
- libs/core/src/main/java/org/elasticsearch/core
- modules
- mapper-extras/src
- main/java/org/elasticsearch/index/mapper/extras
- test/java/org/elasticsearch/index/mapper/extras
- reindex/src/main/java/org/elasticsearch/reindex
- repository-s3/src
- internalClusterTest/java/org/elasticsearch/repositories/s3
- main/java/org/elasticsearch/repositories/s3
- test/java/org/elasticsearch/repositories/s3
- plugins/mapper-annotated-text/src/main/java/org/elasticsearch/index/mapper/annotatedtext
- rest-api-spec/src/main/resources/rest-api-spec/api
- server/src
- main
- java/org/elasticsearch
- action
- bulk
- update
- index
- get
- mapper
- inference/telemetry
- ingest
- search
- builder
- fetch
- subphase
- highlight
- resources/org/elasticsearch
- index
- test/java/org/elasticsearch
- cluster/metadata
- index
- mapper
- shard
- ingest
- search/fetch/subphase
- test/test-clusters/src/main/java/org/elasticsearch/test/cluster
- x-pack/plugin
- core/src
- main/java/org/elasticsearch/xpack/core
- indexing
- inference/action
- test/java/org/elasticsearch/xpack/core/inference/action
- downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample
- esql
- compute/src/main/java/org/elasticsearch/compute/operator/topn
- qa
- server
- mixed-cluster/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/mixed
- multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq
- single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node
- src/main/java/org/elasticsearch/xpack/esql/qa/rest
- testFixtures/src/main/resources
- src
- internalClusterTest/java/org/elasticsearch/xpack/esql/action
- main
- antlr
- lexer
- java/org/elasticsearch/xpack/esql
- action
- analysis
- capabilities
- expression/function
- grouping
- optimizer/rules/logical
- parser
- plan/logical
- local
- plugin
- session
- telemetry
- test/java/org/elasticsearch/xpack/esql
- analysis
- optimizer
- rules/logical
- local
- parser
- plan/logical
- session
- telemetry
- identity-provider/qa/idp-rest-tests/src/javaRestTest/java/org/elasticsearch/xpack/idp
- inference/src
- main/java/org/elasticsearch/xpack/inference
- action
- common
- external/http
- sender
- services
- amazonbedrock/client
- test/java/org/elasticsearch/xpack/inference
- action
- common
- services/amazonbedrock/client
- yamlRestTest/resources/rest-api-spec/test/inference
- logsdb
- qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades
- src
- javaRestTest/java/org/elasticsearch/xpack/logsdb
- patterntext
- main/java/org/elasticsearch/xpack/logsdb
- patterntext
- test/java/org/elasticsearch/xpack/logsdb
- patterntext
- yamlRestTest
- java/org/elasticsearch/xpack/logsdb
- resources/rest-api-spec/test/patterntext
- migrate/src/main/java/org/elasticsearch/xpack/migrate/rest
- rank-rrf/src
- main/java/org/elasticsearch/xpack/rank
- rrf
- test/java/org/elasticsearch/xpack/rank/rrf
- yamlRestTest/resources/rest-api-spec/test/rrf
- src/yamlRestTest/resources/rest-api-spec/test
- esql
- ml
- transform/src
- main/java/org/elasticsearch/xpack/transform
- persistence
- transforms
- test/java/org/elasticsearch/xpack/transform/transforms
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
259 files changed
+7779
-6420
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
| 388 | + | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
| 353 | + | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
| 385 | + | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 144 | | |
148 | 145 | | |
149 | 146 | | |
| |||
155 | 152 | | |
156 | 153 | | |
157 | 154 | | |
158 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments