Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.0
-
None
Description
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.