Skip to content

Commit cad0845

Browse files
committed
Fix additional merge conflicts
1 parent c1f264a commit cad0845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,7 @@ private static Analyzer analyzerWithUnionTypeMapping() {
697697
EsqlTestUtils.TEST_CFG,
698698
new EsqlFunctionRegistry(),
699699
getIndexResult,
700-
emptyPolicyResolution(),
701-
emptyInferenceResolution()
700+
EsqlTestUtils.emptyPolicyResolution()
702701
),
703702
TEST_VERIFIER
704703
);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.elasticsearch.xpack.esql.analysis.Verifier;
3939
import org.elasticsearch.xpack.esql.core.expression.Alias;
4040
import org.elasticsearch.xpack.esql.core.expression.Expressions;
41+
import org.elasticsearch.xpack.esql.core.expression.FieldAttribute;
4142
import org.elasticsearch.xpack.esql.core.expression.Literal;
4243
import org.elasticsearch.xpack.esql.core.expression.ReferenceAttribute;
4344
import org.elasticsearch.xpack.esql.core.tree.Source;

0 commit comments

Comments
 (0)