You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2021/08/26 08:17:58 UTC

[hive] branch master updated (fa42214 -> 7de9fb9)

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

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


    from fa42214  HIVE-25445 - Enable JdbcStorageHandler to get password from AWS Secret Service. (#2584) (Harish Jai Prakash Perumal, reviewed by Naveen Gangam)
     add 7de9fb9  HIVE-25329: CTAS creates a managed table as non-ACID table (#2477) (Robbie Zhang reviewed by Laszlo Bodor)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |   1 +
 ql/src/test/queries/clientpositive/create_table.q  |  39 ++
 .../results/clientpositive/llap/create_table.q.out | 400 +++++++++++++++++++++
 3 files changed, 440 insertions(+)
 create mode 100644 ql/src/test/queries/clientpositive/create_table.q
 create mode 100644 ql/src/test/results/clientpositive/llap/create_table.q.out