[ 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@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)