You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/09 14:18:37 UTC

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #10490: ARROW-13018: [C++][Docs] Use consistent terminology for nulls (min_count) in scalar aggregate kernels

jorisvandenbossche commented on a change in pull request #10490:
URL: https://github.com/apache/arrow/pull/10490#discussion_r648354780



##########
File path: cpp/src/arrow/compute/kernels/aggregate_basic.cc
##########
@@ -378,26 +378,25 @@ namespace internal {
 namespace {
 
 const FunctionDoc count_doc{"Count the number of null / non-null values",
-                            ("By default, non-null values are counted.\n"
+                            ("By default, only non-null values are counted.\n"
                              "This can be changed through ScalarAggregateOptions."),
                             {"array"},
                             "ScalarAggregateOptions"};
 
-const FunctionDoc sum_doc{"Sum values of a numeric array",
-                          ("Null values are ignored. Minimum count of non-NA\n"
-                           "values can be set and NAN is returned if too "
-                           "few are present.\n"
-                           "This can be changed through ScalarAggregateOptions."),
-                          {"array"},
-                          "ScalarAggregateOptions"};
+const FunctionDoc sum_doc{
+    "Sum values of a numeric array",

Review comment:
       Yep, thanks!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org