You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2020/10/17 04:22:00 UTC

[jira] [Created] (ARROW-10331) [Rust] [DataFusion] Re-organize errors

Jorge Leitão created ARROW-10331:
------------------------------------

             Summary: [Rust] [DataFusion] Re-organize errors
                 Key: ARROW-10331
                 URL: https://issues.apache.org/jira/browse/ARROW-10331
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust, Rust - DataFusion
    Affects Versions: 3.0.0
            Reporter: Jorge Leitão
            Assignee: Jorge Leitão


DataFusion's errors do not have much love these days, and I think that they need a lift. For example,
 * we use "General" very often
 * the error is called "ExecutionError", even though sometimes it happens during planning
 * the error "InvalidColumn" is not being used
 * There is not much documentation about the errors

 



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