Skip to content

Commit 36959c8

Browse files
Update x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/ScoreFunctionIT.java
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 31db011 commit 36959c8

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/ScoreFunctionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void testScoreInWhereWithFilter() {
8686
assertThat(error.getMessage(), containsString("Condition expression needs to be boolean, found [DOUBLE]"));
8787
}
8888

89-
public void testScoreMeaninglessFunction() {
89+
public void testScoreNonFullTextFunction() {
9090
var query = """
9191
FROM test
9292
| EVAL meaningless = score(abs(-0.1))

0 commit comments

Comments
 (0)