This is an automated email from the ASF dual-hosted git repository.

hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 9093e85265 [VL] Minor: Fix documentation of flushable partial 
aggregate (#7353)
9093e85265 is described below

commit 9093e852657ccdc415f63c75d565982b0cd2df42
Author: surnaik <[email protected]>
AuthorDate: Thu Sep 26 06:40:27 2024 +0530

    [VL] Minor: Fix documentation of flushable partial aggregate (#7353)
---
 shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala 
b/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala
index 0f6ebef9fa..4e27e6330a 100644
--- a/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala
+++ b/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala
@@ -1821,8 +1821,8 @@ object GlutenConfig {
     
buildConf("spark.gluten.sql.columnar.backend.velox.abandonPartialAggregationMinPct")
       .internal()
       .doc(
-        "If partial aggregation input rows number greater than this value, "
-          + " partial aggregation may be early abandoned. Note: this option 
only works when " +
+        "If partial aggregation aggregationPct greater than this value, "
+          + "partial aggregation may be early abandoned. Note: this option 
only works when " +
           "flushable partial aggregation is enabled. Ignored when " +
           
"spark.gluten.sql.columnar.backend.velox.flushablePartialAggregation=false.")
       .intConf
@@ -1832,8 +1832,8 @@ object GlutenConfig {
     
buildConf("spark.gluten.sql.columnar.backend.velox.abandonPartialAggregationMinRows")
       .internal()
       .doc(
-        "If partial aggregation aggregationPct greater than this value, "
-          + "partial aggregation may be early abandoned. Note: this option 
only works when " +
+        "If partial aggregation input rows number greater than this value, "
+          + " partial aggregation may be early abandoned. Note: this option 
only works when " +
           "flushable partial aggregation is enabled. Ignored when " +
           
"spark.gluten.sql.columnar.backend.velox.flushablePartialAggregation=false.")
       .intConf


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to