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 2021/10/04 13:31:00 UTC

[jira] [Work logged] (HIVE-25574) Replace clob with varchar when storing creation metadata

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

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

                Author: ASF GitHub Bot
            Created on: 04/Oct/21 13:30
            Start Date: 04/Oct/21 13:30
    Worklog Time Spent: 10m 
      Work Description: kasakrisz merged pull request #2683:
URL: https://github.com/apache/hive/pull/2683


   


-- 
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: 659562)
    Time Spent: 0.5h  (was: 20m)

> Replace clob with varchar when storing creation metadata
> --------------------------------------------------------
>
>                 Key: HIVE-25574
>                 URL: https://issues.apache.org/jira/browse/HIVE-25574
>             Project: Hive
>          Issue Type: Bug
>          Components: Standalone Metastore
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Follow up of HIVE-21940.
> {code}
> <class name="MCreationMetadata" identity-type="datastore" table="MV_CREATION_METADATA" detachable="true">
> ...
>       <field name="txnList">
>         <column name="TXN_LIST" jdbc-type="CLOB" allows-null="true"/>
>       </field>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)