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

Implement add partitions related methods on temporary table

    XMLWordPrintableJSON

Details

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

    Description

      IMetaStoreClient exposes the following add partition related methods:

      Partition add_partition(Partition partition);
      int add_partitions(List<Partition> partitions);
      int add_partitions_pspec(PartitionSpecProxy partitionSpec);
      List<Partition> add_partitions(List<Partition> partitions, boolean ifNotExists, boolean needResults);
      

      These methods should be implemented in order to handle addition of partitions to temporary tables.

      Attachments

        1. HIVE-21874.06.patch
          49 kB
          László Pintér
        2. HIVE-21874.05.patch
          49 kB
          László Pintér
        3. HIVE-21874.04.patch
          49 kB
          László Pintér
        4. HIVE-21874.03.patch
          49 kB
          László Pintér
        5. HIVE-21874.02.patch
          49 kB
          László Pintér
        6. HIVE-21874.01.patch
          49 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: