Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-12719

As a hive user, I am facing issues using permanent UDAF's.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.1
    • 3.0.0
    • Hive
    • None

    Description

      Currently function name for the permanent function is getting formed as dbName.WINDOW_FUNC_PREFIX+functionName where as function registry has function name as WINDOW_FUNC_PREFIX+dbName.functionName. This is leading to invalid function error when we use permanent function with window function. Fix has been done such that we form the permanent function name rightly as WINDOW_FUNC_PREFIX+dbName+.+functionName so that it matches with the name in function registry. The functionality for built-in/temporary function would remain the same.

      Attachments

        1. HIVE-12719.patch
          1 kB
          Ganesha Shreedhara

        Activity

          People

            ganeshas Ganesha Shreedhara
            surbhit.shrivastava Surbhit
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: