Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
HIVE-25656 introduced struct SourceTable into the metastore Thrift API.
The following structs definition contains circular dependency:
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
...
}
Attachments
Issue Links
- relates to
-
HIVE-25656 Get materialized view state based on number of affected rows of transactions
- Closed
- links to