Skip to content

Commit 0539aff

Browse files
committed
Merge remote-tracking branch 'carlosdelest/feature/esql_dense_vector_support' into feature/esql_dense_vector_support
2 parents d8e139d + a8c8a6a commit 0539aff

File tree

1 file changed

+0
-1
lines changed
  • x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type

1 file changed

+0
-1
lines changed

x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DataType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ public enum DataType {
309309
*/
310310
DENSE_VECTOR(builder().esType("dense_vector").unknownSize());
311311

312-
313312
/**
314313
* Types that are actively being built. These types are not returned
315314
* from Elasticsearch if their associated {@link FeatureFlag} is disabled.

0 commit comments

Comments
 (0)