Skip to content

Commit c32dbd2

Browse files
authored
Merge branch 'main' into feature/adj-vector-exit-check
2 parents efd2bca + ef9e390 commit c32dbd2

File tree

31 files changed

+1330
-287
lines changed

31 files changed

+1330
-287
lines changed

docs/changelog/131341.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131341
2+
summary: Consider min/max from predicates when transform date_trunc/bucket to `round_to`
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/131536.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pr: 131536
2-
summary: "Component Templates: Add `{created,modified}_date`"
2+
summary: "Component Templates: Add created and modified date"
33
area: Ingest Node
44
type: enhancement
55
issues: []

docs/changelog/132143.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 132143
2+
summary: Consider min/max from predicates when transform date_trunc/bucket to `round_to`
3+
option 2
4+
area: ES|QL
5+
type: enhancement
6+
issues: []

docs/changelog/132459.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132459
2+
summary: Small fixes for COPY_SIGN
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/132511.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132511
2+
summary: Handle special regex cases for version fields
3+
area: Search
4+
type: bug
5+
issues: []

docs/reference/query-languages/esql/_snippets/functions/description/copy_sign.md

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/layout/copy_sign.md

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/parameters/copy_sign.md

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/types/copy_sign.md

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/lists/math-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [`ATAN2`](../../functions-operators/math-functions.md#esql-atan2)
66
* [`CBRT`](../../functions-operators/math-functions.md#esql-cbrt)
77
* [`CEIL`](../../functions-operators/math-functions.md#esql-ceil)
8+
* [`COPY_SIGN`](../../functions-operators/math-functions.md#esql-copy_sign)
89
* [`COS`](../../functions-operators/math-functions.md#esql-cos)
910
* [`COSH`](../../functions-operators/math-functions.md#esql-cosh)
1011
* [`E`](../../functions-operators/math-functions.md#esql-e)

0 commit comments

Comments
 (0)