You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2021/10/04 13:32:00 UTC

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

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

Krisztian Kasa resolved HIVE-25574.
-----------------------------------
    Resolution: Fixed

Pushed to master. Thanks [~pvary] for review.

> 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)