Skip to content

Commit 83bede1

Browse files
committed
Checkstyle.
1 parent aefdc0d commit 83bede1

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ protected RestClient buildClient(Settings settings, HttpHost[] localHosts) throw
247247
.collect(Collectors.toSet());
248248

249249
/**
250-
* Creates a new mock client that dispatches every request to both the local and remote clusters, excluding _bulk, _query, and _inference requests.
250+
* Creates a new mock client that dispatches every request to both the local and remote clusters, excluding _bulk, _query,
251+
* and _inference requests :
251252
* - '_bulk' requests are randomly sent to either the local or remote cluster to populate data. Some spec tests, such as AVG,
252253
* prevent the splitting of bulk requests.
253254
* - '_query' requests are dispatched to the local cluster only, as we are testing cross-cluster queries.

0 commit comments

Comments
 (0)