You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by "Makoto Yui (JIRA)" <ji...@apache.org> on 2017/08/23 06:04:24 UTC

[jira] [Created] (HIVEMALL-140) Rename precision UDAF because it is reserved keyword of Hive

Makoto Yui created HIVEMALL-140:
-----------------------------------

             Summary: Rename precision UDAF because it is reserved keyword of Hive
                 Key: HIVEMALL-140
                 URL: https://issues.apache.org/jira/browse/HIVEMALL-140
             Project: Hivemall
          Issue Type: Bug
            Reporter: Makoto Yui
            Assignee: Takuya Kitazawa
            Priority: Critical


`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.

{code}
precision => precision_at
recall => recall_at
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)