Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-10671

Add a way to override Hive UDFs with native ones with the same name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Frontend
    • None
    • ghx-label-1

    Description

      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()

      Attachments

        Activity

          People

            Unassigned Unassigned
            csringhofer Csaba Ringhofer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: