You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2018/04/20 23:16:00 UTC

[jira] [Created] (HIVE-19260) Streaming Ingest API doesn't normalize db.table names

Eugene Koifman created HIVE-19260:
-------------------------------------

             Summary: Streaming Ingest API doesn't normalize db.table names
                 Key: HIVE-19260
                 URL: https://issues.apache.org/jira/browse/HIVE-19260
             Project: Hive
          Issue Type: Bug
          Components: HCatalog, Streaming, Transactions
    Affects Versions: 0.13
            Reporter: Eugene Koifman
            Assignee: Eugene Koifman


Hive is case insensitive wrt db/table names.  These gets normalized to lower case for SQL processing.
When HiveEndPoint is created it uses db.table strings as is, and they end up propagated this way to transaction metadata tables in the metastore via lock acquisition.  This makes them look like different tables in Cleaner and lock manager.



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