From ea752830007052769aa95809046a540e84b3b74d Mon Sep 17 00:00:00 2001 From: Babu A Date: Mon, 4 Oct 2021 16:06:18 +0530 Subject: [PATCH] spelling correction in hetu-docs/en/admin/spill.md --- hetu-docs/en/admin/spill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetu-docs/en/admin/spill.md b/hetu-docs/en/admin/spill.md index d698ec232..4125f08f4 100644 --- a/hetu-docs/en/admin/spill.md +++ b/hetu-docs/en/admin/spill.md @@ -64,7 +64,7 @@ With this mechanism, the peak memory used by the join operator can be decreased ### Aggregations Aggregation functions perform an operation on a group of values and return one value. If the number of groups you\'re aggregating over is large, a significant amount of memory may be needed. When spill-to-disk -is enabled, if there is not enough memory, intermediate cumulated aggregation results are written to disk. They are loaded back and merged with a lower memory footprint. +is enabled, if there is not enough memory, intermediate accumulated aggregation results are written to disk. They are loaded back and merged with a lower memory footprint. ### Order By