You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2022/02/09 10:07:31 UTC

[hive] branch master updated (8a718a7 -> 0d1cfff)

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

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


    from 8a718a7  HIVE-25898: Compaction txn heartbeating after Worker timeout (Laszlo Vegh, reviewed by Denys Kuzmenko, Stamatis Zampetakis)
     add 0d1cfff  HIVE-25919: ClassCastException when pushing boolean column predicate in HBaseStorageHandler (Stamatis Zampetakis, reviewed by Laszlo Bodor)

No new revisions were added by this update.

Summary of changes:
 .../test/queries/positive/hbase_ppd_boolean_cols.q |  18 +++
 .../results/positive/hbase_ppd_boolean_cols.q.out  | 136 +++++++++++++++++++++
 .../hive/ql/index/IndexPredicateAnalyzer.java      |   6 +-
 3 files changed, 159 insertions(+), 1 deletion(-)
 create mode 100644 hbase-handler/src/test/queries/positive/hbase_ppd_boolean_cols.q
 create mode 100644 hbase-handler/src/test/results/positive/hbase_ppd_boolean_cols.q.out