From 7dd41a05a9d1bf9fa79eeb5b2d7a843cffc5930c Mon Sep 17 00:00:00 2001 From: Tushar-TG-14 Date: Thu, 14 Nov 2024 17:16:32 +0530 Subject: [PATCH] DOC-2262 GroupByAccum-3.6 --- modules/querying/pages/accumulators.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/querying/pages/accumulators.adoc b/modules/querying/pages/accumulators.adoc index 5a53aa4f..cd40fe62 100644 --- a/modules/querying/pages/accumulators.adoc +++ b/modules/querying/pages/accumulators.adoc @@ -1440,7 +1440,7 @@ MapAccum maxs>> MapAccum, INT> # illegal ---- -. GroupByAccum: All accumulator types, except for HeapAccum, can be nested within GroupByAccum as the accumulator type. For example: +. GroupByAccum: All accumulator types can be nested within GroupByAccum as the accumulator type. For example: + [source,text] ----