We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cbb84 commit 14ba3b0Copy full SHA for 14ba3b0
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/DenseVectorFieldTypeIT.java
@@ -84,7 +84,7 @@ public DenseVectorFieldTypeIT(
84
@Name("synthetic") boolean synthetic
85
) {
86
this.elementType = elementType;
87
- this.similarity = similarity == null ? null : similarity;
+ this.similarity = similarity;
88
this.index = index;
89
this.synthetic = synthetic;
90
}
0 commit comments