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: Remove DataTypeRegistry (elastic#111464)
This removes the `DataTypeRegistry` interface, moving the only use ESQL has into a test class called `LoadMapping`. Previously, we were using this via a production class `Types` and `TypesTests`. We don't need either of those two, which are removed. ESQL has an implementation of `DataTypeRegistry` and this removes the `implements DataTypeRegistry` part and removes all unused methods. This also removes `DefaultDataTypeRegistry` which is unused.
- Loading branch information
Showing
13 changed files
with
84 additions
and
424 deletions.
There are no files selected for viewing
38 changes: 0 additions & 38 deletions
38
...ugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DataTypeRegistry.java
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
...ql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DefaultDataTypeRegistry.java
This file was deleted.
Oops, something went wrong.
237 changes: 0 additions & 237 deletions
237
x-pack/plugin/esql-core/src/test/java/org/elasticsearch/xpack/esql/core/type/TypesTests.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
Oops, something went wrong.