You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by lp...@apache.org on 2020/10/19 12:17:47 UTC

[hive] branch master updated (70507fa -> 31c1658)

This is an automated email from the ASF dual-hosted git repository.

lpinter pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 70507fa  HIVE-24267: RetryingClientTimeBased should always perform first invocation (Pravin Kumar Sinha, reviewed by Aasha Medhi)
     add 31c1658  HIVE-24044: Implement listPartitionNames on temporary tables (#1408) (Zhihua Deng, reviewed by Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 .../ql/metadata/SessionHiveMetaStoreClient.java    |  90 ++++++++++++++
 ...HiveMetastoreClientListPartitionsTempTable.java |  80 ++++++++++++
 .../queries/clientpositive/show_temp_partitions.q  |  20 +++
 .../clientpositive/llap/show_temp_partitions.q.out | 138 +++++++++++++++++++++
 4 files changed, 328 insertions(+)
 create mode 100644 ql/src/test/queries/clientpositive/show_temp_partitions.q
 create mode 100644 ql/src/test/results/clientpositive/llap/show_temp_partitions.q.out