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 86c1138 commit d6b11f3Copy full SHA for d6b11f3
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/approximate/ApproximateTests.java
@@ -151,7 +151,6 @@ public void testApproximate_largeDataNoFilters() throws Exception {
151
assertThat(runner.invocations, hasSize(2));
152
assertThat(runner.invocations.get(0), allOf(not(hasFilter()), not(hasSample())));
153
assertThat(runner.invocations.get(1), allOf(not(hasFilter()), hasSample(1e-5)));
154
- System.out.println(runner.invocations);
155
}
156
157
public void testApproximate_smallDataNoFilters() throws Exception {
0 commit comments