You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2021/04/23 09:55:00 UTC

[jira] [Created] (IMPALA-10671) Add a way to override Hive UDFs with native ones with the same name

Csaba Ringhofer created IMPALA-10671:
----------------------------------------

             Summary: Add a way to override Hive UDFs with native ones with the same name
                 Key: IMPALA-10671
                 URL: https://issues.apache.org/jira/browse/IMPALA-10671
             Project: IMPALA
          Issue Type: Improvement
          Components: Frontend
            Reporter: Csaba Ringhofer


This would be very useful in one specific use case:
if a view is used by both Hive and Impala then all the non-builtin functions it uses have to be Hive UDFs. It would be nice to add the possibility to write a native version too and if Impala would automatically prefer that.

A possible implementation is to choose a prefix like __impala_, and when loading UDFs these prefixis would be removed and __impala_funname() would be preferred over funname()



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org