Skip to content

Commit a155983

Browse files
Import sort
1 parent ea67731 commit a155983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import org.elasticsearch.action.OriginalIndices;
1212
import org.elasticsearch.action.search.SearchRequest;
1313
import org.elasticsearch.action.search.ShardSearchFailure;
14+
import org.elasticsearch.cluster.RemoteComputeException;
1415
import org.elasticsearch.cluster.service.ClusterService;
1516
import org.elasticsearch.common.util.BigArrays;
1617
import org.elasticsearch.common.util.concurrent.RunOnce;
@@ -40,7 +41,6 @@
4041
import org.elasticsearch.transport.RemoteClusterAware;
4142
import org.elasticsearch.transport.TransportRequest;
4243
import org.elasticsearch.transport.TransportService;
43-
import org.elasticsearch.cluster.RemoteComputeException;
4444
import org.elasticsearch.xpack.esql.action.EsqlExecutionInfo;
4545
import org.elasticsearch.xpack.esql.action.EsqlQueryAction;
4646
import org.elasticsearch.xpack.esql.core.expression.Attribute;

0 commit comments

Comments
 (0)