Skip to content

Commit 27ec9ca

Browse files
committed
Fix tests
1 parent a3d2d84 commit 27ec9ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
import org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToDenseVector;
6868
import org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToInteger;
6969
import org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToLong;
70+
import org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToString;
7071
import org.elasticsearch.xpack.esql.expression.function.scalar.string.Concat;
7172
import org.elasticsearch.xpack.esql.expression.function.scalar.string.Substring;
7273
import org.elasticsearch.xpack.esql.expression.function.scalar.string.regex.RLike;

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalLogicalPlanOptimizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public void testPruneLeftJoinOnNullMatchingFieldAndShadowingAttributes() {
10831083

10841084
/**
10851085
* Expected:
1086-
* Project[[!alias_integer, boolean{f}#7, byte{f}#8, constant_keyword{f}#9, date{f}#10, date_nanos{f}#11, dense_vector
1086+
* Project[[!alias_integer, boolean{f}#7, byte{f}#8, constant_keyword-foo{f}#9, date{f}#10, date_nanos{f}#11, dense_vector
10871087
* {f}#26, double{f}#12, float{f}#13, half_float{f}#14, integer{f}#16, ip{f}#17, keyword{f}#18, long{f}#19, scaled_float{f}#15,
10881088
* semantic_text{f}#25, short{f}#21, text{f}#22, unsigned_long{f}#20, version{f}#23, wildcard{f}#24, s{r}#5]]
10891089
* \_Eval[[$$dense_vector$V_DOT_PRODUCT$27{f}#27 AS s#5]]

0 commit comments

Comments
 (0)