Uploaded image for project: 'Hivemall'
  1. Hivemall
  2. HIVEMALL-140

Rename precision UDAF because it is reserved keyword of Hive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 0.5.0
    • None

    Description

      `drop temporary function if exists precision;` fails on Hive v2.2.0 or later because `precision` became a reserved keyword from hive v2.2.0.

      https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-Keywords,Non-reservedKeywordsandReservedKeywords

      So, we need to revise UDF name.

      precision => precision_at
      recall => recall_at
      

      Attachments

        Issue Links

          Activity

            People

              takuti Takuya Kitazawa
              myui Makoto Yui
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: