Skip to content

Commit 8770e2c

Browse files
committed
Fixed checkstyle issues
1 parent d8bba72 commit 8770e2c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClustersEnrichIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
import static org.hamcrest.Matchers.equalTo;
6262
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
6363

64-
// MP TODO: what to do about missing enrich policies on skip_unavailable=true clusters? Should that be fatal or non-fatal? Write tests for those cases.
64+
// MP TODO: what to do about missing enrich policies on skip_unavailable=true clusters? Should that be fatal or non-fatal?
65+
// Write tests for those cases.
6566
public class CrossClustersEnrichIT extends AbstractMultiClustersTestCase {
6667

6768
@Override

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ static void updateExecutionInfoWithClustersWithNoMatchingIndices(EsqlExecutionIn
193193
/**
194194
* Rules enforced at planning time around non-matching indices
195195
* P1. fail query if no matching indices on any cluster (VerificationException) - that is handled elsewhere (TODO: document where)
196-
* P2. fail query if a skip_unavailable:false cluster has no matching indices (the local cluster already has this rule enforced at planning time)
196+
* P2. fail query if a skip_unavailable:false cluster has no matching indices (the local cluster already has this rule
197+
* enforced at planning time)
197198
* P3. fail query if the local cluster has no matching indices and a concrete index was specified
198199
*/
199200
String fatalErrorMessage = null;

0 commit comments

Comments
 (0)