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 c69d4f2 commit 28912d2Copy full SHA for 28912d2
muted-tests.yml
@@ -327,6 +327,9 @@ tests:
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
+- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
331
+ method: "testEvaluateBlockWithoutNulls {TestCase=field: <positive mv DEDUPLICATED_AND_SORTED_ASCENDING longs>, percentile: <small positive double>}"
332
+ issue: https://github.com/elastic/elasticsearch/issues/114587
333
334
# Examples:
335
#
0 commit comments