Skip to content

Commit e5c55d9

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3a9dc7e commit e5c55d9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/LogicalVerifier.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import static org.elasticsearch.xpack.esql.common.Failure.fail;
1717
import static org.elasticsearch.xpack.esql.core.expression.Attribute.datatypeEquals;
18-
import static org.elasticsearch.xpack.esql.core.expression.Attribute.semanticEquals;
1918

2019
public final class LogicalVerifier {
2120

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/PhysicalVerifier.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import static org.elasticsearch.index.IndexMode.LOOKUP;
2222
import static org.elasticsearch.xpack.esql.common.Failure.fail;
2323
import static org.elasticsearch.xpack.esql.core.expression.Attribute.datatypeEquals;
24-
import static org.elasticsearch.xpack.esql.core.expression.Attribute.semanticEquals;
2524

2625
/** Physical plan verifier. */
2726
public final class PhysicalVerifier {

0 commit comments

Comments
 (0)