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 942c0d6 commit c69d4f2Copy full SHA for c69d4f2
muted-tests.yml
@@ -324,6 +324,9 @@ tests:
324
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
325
method: "testEvaluateBlockWithoutNulls {TestCase=field: <positive mv UNORDERED longs>, percentile: <small positive double>}"
326
issue: https://github.com/elastic/elasticsearch/issues/114585
327
+- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
328
+ method: "testEvaluateBlockWithoutNulls {TestCase=field: <positive mv SORTED_ASCENDING longs>, percentile: <small positive double>}"
329
+ issue: https://github.com/elastic/elasticsearch/issues/114586
330
331
# Examples:
332
#
0 commit comments