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 6a54a038627a7..3c36884874454 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 @@ -313,10 +313,21 @@ public enum DataType { DENSE_VECTOR(builder().esType("dense_vector").unknownSize()); /** - * Types that are actively being built. These types are not returned - * from Elasticsearch if their associated {@link FeatureFlag} is disabled. - * They aren't included in generated documentation. And the tests don't - * check that sending them to a function produces a sane error message. + * Types that are actively being built. These types are + * */ public static final Map UNDER_CONSTRUCTION = Map.ofEntries( Map.entry(AGGREGATE_METRIC_DOUBLE, EsqlCorePlugin.AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG),