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 (Jira)" <ji...@apache.org> on 2020/08/25 06:58:00 UTC

[jira] [Created] (ARROW-9849) [Rust] [DataFusion] Make UDFs not need a Field

Jorge created ARROW-9849:
----------------------------

             Summary: [Rust] [DataFusion] Make UDFs not need a Field
                 Key: ARROW-9849
                 URL: https://issues.apache.org/jira/browse/ARROW-9849
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust, Rust - DataFusion
            Reporter: Jorge
            Assignee: Jorge


[https://github.com/apache/arrow/pull/7967,] shows that it is possible to not require users to pass a `Field` to UDFs declarations and instead just pass a `DataType`.

Let's deprecate Field from them, and instead just use `DataType`.



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