Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 3.7.0
    • Fix Version/s: 3.10.0
    • Component/s: con.hive
    • Labels:
      None

      Description

      We should at least filter out indexes from the table list. We could have tabs with indexes, functions, views (or not),

      struct TGetTablesReq {
        // Session to run this request against
        1: required TSessionHandle sessionHandle
      
        // Name of the catalog or a search pattern.
        2: optional TPatternOrIdentifier catalogName
      
        // Name of the schema or a search pattern.
        3: optional TPatternOrIdentifier schemaName
      
        // Name of the table or a search pattern.
        4: optional TPatternOrIdentifier tableName
      
        // List of table types to match
        // e.g. "TABLE", "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY",
        // "LOCAL TEMPORARY", "ALIAS", "SYNONYM", etc.
        5: optional list<string> tableTypes
      }
      

        Attachments

          Activity

            People

            • Assignee:
              jennykim Jenny Kim
              Reporter:
              romain Romain Rigaux
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: