Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-21765 Support partitions on temporary tables
  3. HIVE-22230

Add support for filtering partitions on temporary tables

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.0-alpha-1
    • Hive
    • None

    Description

      We need support for filtering partitions on temporary tables. In order to achieve this, SessionHiveMetastoreClient must implement the following methods:

      public List<Partition> listPartitionsByFilter(String catName, String dbName, String tableName,String filter, int maxParts)
      public int getNumPartitionsByFilter(String catName, String dbName, String tableName, String filter)
      public PartitionSpecProxy listPartitionSpecsByFilter(String catName, String dbName, String tblName, String filter, int maxParts)
      public PartitionValuesResponse listPartitionValues(PartitionValuesRequest request)
      

      Attachments

        1. HIVE-22230.09.patch
          50 kB
          László Pintér
        2. HIVE-22230.08.patch
          50 kB
          László Pintér
        3. HIVE-22230.07.patch
          49 kB
          László Pintér
        4. HIVE-22230.06.patch
          49 kB
          László Pintér
        5. HIVE-22230.05.patch
          49 kB
          László Pintér
        6. HIVE-22230.04.patch
          49 kB
          László Pintér
        7. HIVE-22230.03.patch
          49 kB
          László Pintér
        8. HIVE-22230.02.patch
          49 kB
          László Pintér
        9. HIVE-22230.01.patch
          48 kB
          László Pintér

        Issue Links

          Activity

            People

              lpinter László Pintér
              lpinter László Pintér
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: