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

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

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

Eugene Koifman updated HIVE-19260:
----------------------------------
    Attachment: HIVE-19260.01.patch

> 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
>            Priority: Blocker
>         Attachments: HIVE-19260.01.patch
>
>
> 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)