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

Implement append partition related methods on temporary tables

    XMLWordPrintableJSON

Details

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

    Description

      The following methods must be implemented in SessionHiveMetastoreClient, in order to support partition append on temporary tables:

        Partition appendPartition(String dbName, String tableName, List<String> partVals)
            throws InvalidObjectException, AlreadyExistsException, MetaException, TException;
        Partition appendPartition(String catName, String dbName, String tableName, List<String> partVals)
            throws InvalidObjectException, AlreadyExistsException, MetaException, TException;
        Partition appendPartition(String dbName, String tableName, String name)
            throws InvalidObjectException, AlreadyExistsException, MetaException, TException;
        Partition appendPartition(String catName, String dbName, String tableName, String name)
            throws InvalidObjectException, AlreadyExistsException, MetaException, TException;
      

      Attachments

        1. HIVE-22212.03.patch
          16 kB
          László Pintér
        2. HIVE-22212.02.patch
          16 kB
          László Pintér
        3. HIVE-22212.01.patch
          15 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: