Skip to content

Commit 2ac85c1

Browse files
committed
Lint
1 parent 6734c6f commit 2ac85c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3637,7 +3637,8 @@ public void testResolveRerankFields() {
36373637
"""
36383638
FROM books METADATA _score
36393639
| WHERE title:"food"
3640-
| RERANK "food" ON title, description=SUBSTRING(description, 0, 100), yearRenamed=year WITH inferenceId=`reranking-inference-id`
3640+
| RERANK "food" ON title, description=SUBSTRING(description, 0, 100), yearRenamed=year
3641+
WITH inferenceId=`reranking-inference-id`
36413642
""",
36423643
"mapping-books.json"
36433644
);

0 commit comments

Comments
 (0)