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

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersConvert to IssueMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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.01.patch
          15 kB
          László Pintér
        2. HIVE-22212.02.patch
          16 kB
          László Pintér
        3. HIVE-22212.03.patch
          16 kB
          László Pintér

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment