You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Transform] add support for "missing" aggregation (#63651)
add support for the missing (bucket) aggregation (counts docs with a configured missing field value)
in transform. The output is mapped to name:count, the mapping type is long.
Copy file name to clipboardExpand all lines: x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/TransformPivotRestIT.java
+3
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,13 @@ public void testSimplePivot() throws Exception {
Copy file name to clipboardExpand all lines: x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/TransformRestTestCase.java
Copy file name to clipboardExpand all lines: x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/pivot/TransformAggregations.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ public final class TransformAggregations {
0 commit comments