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

Remove the filtering around the tableExists

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Standalone Metastore
    • None

    Description

      The tableExists in HiveMetaStoreClient is to check whether a table exists, in current implementation an authorization filtering is performed on both the client and server side, this API would return false even though there is such a table in HMS due to this filter, which is against the role of this method. As this method doesn't breach any internal details of the table, so it would be better to remove the filtering, and make it accept the pattern based tableName or databaseName.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dengzh Zhihua Deng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: