We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cadb17 commit 9dfe4fcCopy full SHA for 9dfe4fc
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/QueryStringIT.java
@@ -141,7 +141,7 @@ static void createAndPopulateIndex(Consumer<String[]> ensureYellow) {
141
var lookupIndexName = "test_lookup";
142
createAndPopulateLookupIndex(client, lookupIndexName);
143
144
- ensureYellow.accept(new String[]{indexName, lookupIndexName});
+ ensureYellow.accept(new String[] { indexName, lookupIndexName });
145
}
146
147
public void testWhereQstrWithScoring() {
0 commit comments