forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:elastic/elasticsearch into ml-simil…
…arity
- Loading branch information
Showing
157 changed files
with
3,116 additions
and
1,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 105860 | ||
summary: "ESQL: Re-enable logical dependency check" | ||
area: ES|QL | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 99961 | ||
summary: "added fix for inconsistent text trimming in Unified Highlighter" | ||
area: Highlighting | ||
type: bug | ||
issues: | ||
- 101803 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 106511 | ||
summary: Wait indefintely for http connections on shutdown by default | ||
area: Infra/Node Lifecycle | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 106654 | ||
summary: "ES|QL: Fix usage of IN operator with TEXT fields" | ||
area: ES|QL | ||
type: bug | ||
issues: | ||
- 105379 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 106655 | ||
summary: Fix Array out of bounds exception in the XLM Roberta tokenizer | ||
area: Machine Learning | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The files in these subdirectories and generated by ESQL's test suite: | ||
* `description` - description of each function scraped from `@FunctionInfo#description` | ||
* `examples` - examples of each function scraped from `@FunctionInfo#examples` | ||
* `parameters` - description of each function's parameters scraped from `@Param` | ||
* `signature` - railroad diagram of the syntax to invoke each function | ||
* `types` - a table of each combination of support type for each parameter. These are generated from tests. | ||
* `layout` - a fully generated description for each function | ||
|
||
Most functions can use the generated docs generated in the `layout` directory. | ||
If we need something more custom for the function we can make a file in this | ||
directory that can `include::` any parts of the files above. | ||
|
||
To regenerate the files for a function run its tests using gradle: | ||
``` | ||
./gradlew :x-pack:plugin:esql:tests -Dtests.class='*SinTests' | ||
``` | ||
|
||
To regenerate the files for all functions run all of ESQL's tests using gradle: | ||
``` | ||
./gradlew :x-pack:plugin:esql:tests | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.