Skip to content

Commit 23eef67

Browse files
committed
Merge remote-tracking branch 'origin/esql-decay-function' into esql-decay-function
2 parents af35b37 + 5b64b7b commit 23eef67

File tree

1 file changed

+1
-5
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+1
-5
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext/DecayTests.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import com.carrotsearch.randomizedtesting.annotations.Name;
1111
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
1212

13-
import org.apache.lucene.util.BytesRef;
14-
import org.elasticsearch.geometry.Point;
1513
import org.elasticsearch.xpack.esql.core.expression.Expression;
1614
import org.elasticsearch.xpack.esql.core.tree.Source;
1715
import org.elasticsearch.xpack.esql.core.type.DataType;
@@ -58,9 +56,7 @@ public static Iterable<Object[]> parameters() {
5856
testCaseSuppliers.addAll(geoPointOffsetKeywordTestCase("POINT (1 1)", "POINT (1 1)", "200km", "0km", 0.5, "linear", 1.0));
5957

6058
// CartesianPoint
61-
testCaseSuppliers.addAll(
62-
cartesianPointTestCase("POINT (5 5)", "POINT (0 0)", "10m", "0m", 0.25, "linear", 0.46966991411008935)
63-
);
59+
testCaseSuppliers.addAll(cartesianPointTestCase("POINT (5 5)", "POINT (0 0)", "10m", "0m", 0.25, "linear", 0.46966991411008935));
6460

6561
// Datetime
6662
testCaseSuppliers.addAll(

0 commit comments

Comments
 (0)