Skip to content

Commit

Permalink
Merge branch 'main' into esql_core_failrue
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Jul 9, 2024
2 parents 9661fad + 5d26c67 commit c347f23
Show file tree
Hide file tree
Showing 250 changed files with 5,604 additions and 1,724 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/dra-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
image: family/elasticsearch-ubuntu-2204
machineType: custom-32-98304
buildDirectory: /dev/shm/bk
diskSizeGb: 250
diskSizeGb: 350
- wait
# The hadoop build depends on the ES artifact
# So let's trigger the hadoop build any time we build a new staging artifact
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
api "org.openjdk.jmh:jmh-core:$versions.jmh"
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:$versions.jmh"
// Dependencies of JMH
runtimeOnly 'net.sf.jopt-simple:jopt-simple:4.6'
runtimeOnly 'org.apache.commons:commons-math3:3.2'
runtimeOnly 'net.sf.jopt-simple:jopt-simple:5.0.4'
runtimeOnly 'org.apache.commons:commons-math3:3.6.1'
}

// enable the JMH's BenchmarkProcessor to generate the final benchmark classes
Expand Down
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commonsCompress = 1.24.0
reflections = 0.10.2

# benchmark dependencies
jmh = 1.26
jmh = 1.37

# test dependencies
# when updating this version, also update :qa:evil-tests
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/109667.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109667
summary: Inference autoscaling
area: Machine Learning
type: feature
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/110061.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 110061
summary: Avoiding running watch jobs in TickerScheduleTriggerEngine if it is paused
area: Watcher
type: bug
issues:
- 105933
6 changes: 6 additions & 0 deletions docs/changelog/110399.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 110399
summary: "[Inference API] Prevent inference endpoints from being deleted if they are\
\ referenced by semantic text"
area: Machine Learning
type: enhancement
issues: []
7 changes: 7 additions & 0 deletions docs/changelog/110476.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pr: 110476
summary: Fix bug in union-types with type-casting in grouping key of STATS
area: ES|QL
type: bug
issues:
- 109922
- 110477
5 changes: 5 additions & 0 deletions docs/changelog/110554.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 110554
summary: Fix `MapperBuilderContext#isDataStream` when used in dynamic mappers
area: "Mapping"
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/110586.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 110586
summary: "ESQL: Fix Max doubles bug with negatives and add tests for Max and Min"
area: ES|QL
type: bug
issues: []
12 changes: 6 additions & 6 deletions docs/reference/esql/functions/aggregation-functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
The <<esql-stats-by>> command supports these aggregate functions:

// tag::agg_list[]
* <<esql-agg-avg>>
* <<esql-avg>>
* <<esql-agg-count>>
* <<esql-agg-count-distinct>>
* <<esql-agg-max>>
* <<esql-max>>
* <<esql-agg-median>>
* <<esql-agg-median-absolute-deviation>>
* <<esql-agg-min>>
* <<esql-min>>
* <<esql-agg-percentile>>
* experimental:[] <<esql-agg-st-centroid>>
* <<esql-agg-sum>>
Expand All @@ -23,16 +23,16 @@ The <<esql-stats-by>> command supports these aggregate functions:
* experimental:[] <<esql-agg-weighted-avg>>
// end::agg_list[]

include::avg.asciidoc[]
include::count.asciidoc[]
include::count-distinct.asciidoc[]
include::max.asciidoc[]
include::median.asciidoc[]
include::median-absolute-deviation.asciidoc[]
include::min.asciidoc[]
include::percentile.asciidoc[]
include::st_centroid_agg.asciidoc[]
include::sum.asciidoc[]
include::layout/avg.asciidoc[]
include::layout/max.asciidoc[]
include::layout/min.asciidoc[]
include::layout/top.asciidoc[]
include::values.asciidoc[]
include::weighted-avg.asciidoc[]
47 changes: 0 additions & 47 deletions docs/reference/esql/functions/avg.asciidoc

This file was deleted.

5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/avg.asciidoc

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

5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/max.asciidoc

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

5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/min.asciidoc

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

22 changes: 22 additions & 0 deletions docs/reference/esql/functions/examples/avg.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.

48 changes: 48 additions & 0 deletions docs/reference/esql/functions/kibana/definition/avg.json

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

60 changes: 60 additions & 0 deletions docs/reference/esql/functions/kibana/definition/max.json

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

Loading

0 comments on commit c347f23

Please sign in to comment.