You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ma...@apache.org on 2020/10/21 10:13:34 UTC

[hive] branch master updated (077952f -> 1053b31)

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

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


    from 077952f  HIVE-21052: Make sure transactions get cleaned if they are aborted before addPartitions is called (Denys Kuzmenko, reviewed by Vipin Vishvkarma, Peter Varga, Karen Coppage)
     add 1053b31  HIVE-24284 : NPE when parsing druid logs using Hive (#1586)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/serde2/TestSysLogSerDe.java | 120 +++++++++++++++++++++
 .../hadoop/hive/ql/log/syslog/SyslogParser.java    |   8 +-
 2 files changed, 124 insertions(+), 4 deletions(-)
 create mode 100644 itests/hive-unit/src/test/java/org/apache/hadoop/hive/serde2/TestSysLogSerDe.java