You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/08/19 01:14:00 UTC

[jira] [Created] (ARROW-9792) [Rust] [DataFusion] Logical aggregate functions should not return Result

Andy Grove created ARROW-9792:
---------------------------------

             Summary: [Rust] [DataFusion] Logical aggregate functions should not return Result
                 Key: ARROW-9792
                 URL: https://issues.apache.org/jira/browse/ARROW-9792
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust, Rust - DataFusion
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 2.0.0


I introduced a small regression in the DataFrame refactor. The methods min, max, avg, count, sum used in constructing logical plans do not need to return results. Any invalid use will be caught during the creation of the physical plan.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)