You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Vuk Ercegovac (JIRA)" <ji...@apache.org> on 2018/03/22 05:36:00 UTC

[jira] [Created] (IMPALA-6719) refresh function case sensitivity

Vuk Ercegovac created IMPALA-6719:
-------------------------------------

             Summary: refresh function case sensitivity
                 Key: IMPALA-6719
                 URL: https://issues.apache.org/jira/browse/IMPALA-6719
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.0
            Reporter: Vuk Ercegovac


"refresh functions <db name>" has odd behaviorĀ forĀ upper-case <db name>:

create database FOO;

OK

refresh functions FOO;

ERROR: CatalogException: Error refreshing functions in FOO:
CAUSED BY: DatabaseNotFoundException: Database does not exist: FOO

refresh functions foo;

OK

drop database FOO;

OK



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)