You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/18 22:08:00 UTC

[jira] [Work logged] (HIVE-26049) Inconsistent TBL_NAME lengths in HMS schema

     [ https://issues.apache.org/jira/browse/HIVE-26049?focusedWorklogId=744455&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744455 ]

ASF GitHub Bot logged work on HIVE-26049:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Mar/22 22:07
            Start Date: 18/Mar/22 22:07
    Worklog Time Spent: 10m 
      Work Description: kovjanos commented on pull request #3119:
URL: https://github.com/apache/hive/pull/3119#issuecomment-1072850355


   Just found an issue in the MSSQL upgrade code: compared to others it has an extra PK referencing the _TABLE column which makes the ALTER to fail.
   I'll fix it in the next commit...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 744455)
    Time Spent: 20m  (was: 10m)

> Inconsistent TBL_NAME lengths in HMS schema 
> --------------------------------------------
>
>                 Key: HIVE-26049
>                 URL: https://issues.apache.org/jira/browse/HIVE-26049
>             Project: Hive
>          Issue Type: Bug
>          Components: Database/Schema
>    Affects Versions: 4.0.0-alpha-1
>            Reporter: Janos Kovacs
>            Assignee: Janos Kovacs
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The transaction specific tables have TBL_NAME length set to 128 while the TBLS itself allows 256. When a table is created with such a long name hive fails e.g. to lock the table.
> TBL_NAME needs to be consistent across the whole schema.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)