[
https://issues.apache.org/jira/browse/HIVE-25878?focusedWorklogId=717055&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-717055
]
ASF GitHub Bot logged work on HIVE-25878:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/22 14:37
Start Date: 28/Jan/22 14:37
Worklog Time Spent: 10m
Work Description: kasakrisz merged pull request #2953:
URL: https://github.com/apache/hive/pull/2953
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 717055)
Time Spent: 20m (was: 10m)
> Unable to compile cpp metastore thrift client
> ---------------------------------------------
>
> Key: HIVE-25878
> URL: https://issues.apache.org/jira/browse/HIVE-25878
> Project: Hive
> Issue Type: Bug
> Components: Thrift API
> Reporter: Krisztian Kasa
> Assignee: Krisztian Kasa
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> HIVE-25656 introduced struct {{SourceTable}} into the metastore Thrift API.
> The following structs definition contains circular dependency:
> {code:java}
> struct SourceTable {
> 1: required Table table,
> ...
> }
> struct CreationMetadata {
> ...
> 7: optional set<SourceTable> sourceTables
> }
> struct Table {
> ...
> 16: optional CreationMetadata creationMetadata, // only for MVs, it
> stores table names used and txn list at MV creation
> ...
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)