From 11bb17d1045aee3c3bfa6e507593795a877b37fd Mon Sep 17 00:00:00 2001 From: Mark Tozzi Date: Tue, 3 Dec 2024 15:54:37 -0500 Subject: [PATCH] small changes based on feedback --- .../xpack/esql/core/type/DataType.java | 148 ++++++++++-------- 1 file changed, 85 insertions(+), 63 deletions(-) diff --git a/x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DataType.java b/x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DataType.java index 5b08a88f5eb48..6a45aa8b1fe72 100644 --- a/x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DataType.java +++ b/x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DataType.java @@ -48,73 +48,95 @@ * appropriate. New data types are complex, and smaller PRs will make reviews * easier. * * There are some additional steps that should be taken when removing the * feature flag and getting ready for a release: * */ public enum DataType {