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/09/13 12:27:00 UTC

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

     [ https://issues.apache.org/jira/browse/HIVEMALL-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Makoto Yui closed HIVEMALL-140.
-------------------------------
    Resolution: Fixed

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