Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-25878

Unable to compile cpp metastore thrift client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • Thrift API

    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

          Activity

            People

              kkasa Krisztian Kasa
              kkasa Krisztian Kasa
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m