Commit ef8ec7a
committed
Merge remote-tracking branch 'upstream/main' into component-templates-tracking
* upstream/main: (26 commits)
Add release notes for v9.1.0 release (elastic#131953)
Unmute multi_node generative tests (elastic#132021)
Avoid re-enqueueing merge tasks (elastic#132020)
Fix file entitlements for shared data dir (elastic#131748)
ES|QL brute force l2_norm vector function (elastic#132025)
Make ES|QL SAMPLE not a pipeline breaker (elastic#132014)
Speed up tail computation in MemorySegmentES91OSQVectorsScorer (elastic#132001)
Remove deprecated usages in `TransportPutFollowAction` (elastic#132038)
Simulate impact of shard movement using shard-level write load (elastic#131406)
Remove RemoteClusterService.getConnections() method (elastic#131948)
Fix off by one in ValuesBytesRefAggregator (elastic#132032)
Use unicode strings in data generation by default (elastic#132028)
Adding index.refresh_interval as a data stream setting (elastic#131482)
[ES|QL] Add more Min/MaxOverTime CSV tests (elastic#131070)
Restrict remote ENRICH after FORK (elastic#131945)
Fix decoding of non-ascii field names in ignored source (elastic#132018)
[docs] Use centrally maintained version variables (elastic#131939)
Configurable Inference timeout during Query time (elastic#131551)
ESQL: Allow pruning columns added by InlineJoin (elastic#131204)
ESQL: Fail `profile` on text response formats (elastic#128627)
...File tree
192 files changed
+6549
-786
lines changed- benchmarks/src/main/java/org/elasticsearch/benchmark/vector
- docs
- changelog
- reference
- elasticsearch-plugins
- elasticsearch/rest-apis
- query-languages/esql
- _snippets/functions
- description
- examples
- layout
- parameters
- types
- images/functions
- kibana
- definition/functions
- docs/functions
- search-connectors
- release-notes
- changelog-bundles
- libs
- entitlement/src/main/java/org/elasticsearch/entitlement
- bootstrap
- runtime/policy/entitlements
- simdvec/src/main21/java/org/elasticsearch/simdvec/internal/vectorization
- modules/data-streams/src
- main/java/org/elasticsearch/datastreams/action
- yamlRestTest/resources/rest-api-spec/test/data_stream
- plugins/store-smb/src/main/plugin-metadata
- server/src
- main/java/org/elasticsearch
- cluster
- routing
- index/mapper
- inference
- transport
- test/java/org/elasticsearch
- action/search
- cluster/routing
- index
- engine
- mapper
- transport
- test/framework/src/main/java/org/elasticsearch/datageneration/datasource
- x-pack/plugin
- ccr/src/main/java/org/elasticsearch/xpack/ccr/action
- core/src
- main/java/org/elasticsearch/xpack/core/ml
- search
- vectors
- test/java/org/elasticsearch/xpack/core/ml/search
- esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression
- esql
- compute/src
- main
- generated-src/org/elasticsearch/compute/aggregation
- java/org/elasticsearch/compute/aggregation
- test/java/org/elasticsearch/compute/aggregation
- qa
- server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq
- testFixtures/src/main
- java/org/elasticsearch/xpack/esql
- resources
- data
- src
- internalClusterTest/java/org/elasticsearch/xpack/esql/vector
- main/java/org/elasticsearch/xpack/esql
- action
- expression/function
- aggregate
- scalar/multivalue
- vector
- optimizer/rules/logical
- planner
- mapper
- plan/logical
- plugin
- test/java/org/elasticsearch/xpack/esql
- analysis
- expression/function
- aggregate
- scalar/multivalue
- vector
- optimizer
- rules/logical
- plugin
- session
- inference/src
- main/java/org/elasticsearch/xpack/inference
- queries
- services
- elasticsearch
- sagemaker
- test/java/org/elasticsearch/xpack/inference
- services
- elasticsearch
- sagemaker
- ml/src/test/java/org/elasticsearch/xpack/ml/vectors
- monitoring/src
- main/java/org/elasticsearch/xpack/monitoring
- collector
- indices
- shards
- exporter/local
- test/java/org/elasticsearch/xpack/monitoring
- collector
- indices
- shards
- searchable-snapshots/src/main/plugin-metadata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
192 files changed
+6549
-786
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments