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/12/15 05:28:00 UTC

[jira] [Work logged] (HIVE-25744) Support backward compatibility of thrift struct CreationMetadata

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

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

                Author: ASF GitHub Bot
            Created on: 15/Dec/21 05:27
            Start Date: 15/Dec/21 05:27
    Worklog Time Spent: 10m 
      Work Description: kasakrisz merged pull request #2821:
URL: https://github.com/apache/hive/pull/2821


   


-- 
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: 696360)
    Time Spent: 20m  (was: 10m)

> Support backward compatibility of thrift struct CreationMetadata
> ----------------------------------------------------------------
>
>                 Key: HIVE-25744
>                 URL: https://issues.apache.org/jira/browse/HIVE-25744
>             Project: Hive
>          Issue Type: Task
>          Components: Materialized views, Thrift API
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Old
> {code}
> struct CreationMetadata {
>     1: required string catName
>     2: required string dbName,
>     3: required string tblName,
>     4: required set<string> tablesUsed,
>     5: optional string validTxnList,
>     6: optional i64 materializationTime
> }HIVE-25656 introduced a breaking change in the HiveServer2 <-> Metastore thrift api:
> {code}
> New
> {code}
> struct CreationMetadata {
>     1: required string catName
>     2: required string dbName,
>     3: required string tblName,
>     4: required set<SourceTable> tablesUsed,
>     5: optional string validTxnList,
>     6: optional i64 materializationTime
> }
> {code}
> 4th field type changed



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