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.
ESQL: Merge
Configuration
(elastic#111653)
This merges esql-core's `Configuration` into esql's `EsqlConfiguration` and then renamed esql's configuration to `Configuration`. Now there's only one configuration! Not two layers, one that was copied from ql. After this we can make changes to our configuration to better suite our needs much more easilly. It also centralizes a place to grab test configuration into `ConfigurationTestUtils` in esql's test fixtures. Most of that was scattered between a test fixture and the serialization tests.
- Loading branch information
Showing
55 changed files
with
361 additions
and
387 deletions.
There are no files selected for viewing
66 changes: 0 additions & 66 deletions
66
...ugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/session/Configuration.java
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.