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

[hive] branch master updated (1a68a22 -> e1b19d8)

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

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


    from 1a68a22  HIVE-24587: DataFileReader is not closed in AvroGenericRecordReader#extractWriterProlepticFromMetadata (Karen Coppage, reviewed by Jesus Camacho Rodriguez)
     add e1b19d8  HIVE-24541: add config option for default storage handler class (Marton Bod via Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   4 +
 .../test/resources/testconfiguration.properties    |   1 +
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |  10 +
 .../apache/hadoop/hive/ql/parse/StorageFormat.java |  17 ++
 .../clientpositive/default_storage_handler.q       |  33 ++++
 .../clientpositive/default_storage_handler.q.out   | 209 +++++++++++++++++++++
 6 files changed, 274 insertions(+)
 create mode 100644 ql/src/test/queries/clientpositive/default_storage_handler.q
 create mode 100644 ql/src/test/results/clientpositive/default_storage_handler.q.out