You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Vova Vysotskyi (Jira)" <ji...@apache.org> on 2020/05/17 19:40:00 UTC

[jira] [Created] (DRILL-7739) Allow implicit casts from required to nullable data type

Vova Vysotskyi created DRILL-7739:
-------------------------------------

             Summary: Allow implicit casts from required to nullable data type
                 Key: DRILL-7739
                 URL: https://issues.apache.org/jira/browse/DRILL-7739
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Vova Vysotskyi
            Assignee: Vova Vysotskyi


UDFs that accept nullable vector should be able to handle data from the required vector. Drill already has UDFs for converting required to nullable holders, so just function calls should be inserved where possible.

It will be also useful for vararg UDFs, where previously was required having the same data mode for all vararg arguments.



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