Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6719

refresh function case sensitivity

    XMLWordPrintableJSON

Details

    • ghx-label-6

    Description

      "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

      Attachments

        Activity

          People

            fredyw Fredy Wijaya
            vukercegovac Vuk Ercegovac
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: