-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ES|QL] Combine 3 commonTypes into one #112220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ES|QL] Combine 3 commonTypes into one #112220
Conversation
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
nik9000
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! You've even removed a few of the types that I didn't think we'd need. I'm not the right person to make sure they aren't needed, but I think you are that person. So! Given that, merge when the tests are happy!
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverter.java
Outdated
Show resolved
Hide resolved
bpintea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm.
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverter.java
Outdated
Show resolved
Hide resolved
.../plugin/esql/src/test/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverterTests.java
Outdated
Show resolved
Hide resolved
astefan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Left one minor comment regarding the list of known data types in several places.
.../plugin/esql/src/test/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverterTests.java
Outdated
Show resolved
Hide resolved
.../plugin/esql/src/test/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverterTests.java
Outdated
Show resolved
Hide resolved
Combine 3 commonTypes into one.
Combine 3 commonTypes into one.
Resolves: #112167
Combine commonTypes.