We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bec2f commit 9d2471eCopy full SHA for 9d2471e
x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/EsqlTestUtils.java
@@ -458,7 +458,7 @@ public static EnrichResolution emptyPolicyResolution() {
458
public static InferenceResolution emptyInferenceResolution() {
459
return InferenceResolution.EMPTY;
460
}
461
-
+
462
public static SearchStats statsForExistingField(String... names) {
463
return fieldMatchingExistOrMissing(true, names);
464
0 commit comments