You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2018/06/27 02:05:42 UTC

[09/13] hive git commit: HIVE-19416 : merge master into branch (Sergey Shelukhin)

HIVE-19416 : merge master into branch (Sergey Shelukhin)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3c218612
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/3c218612
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/3c218612

Branch: refs/heads/master-txnstats
Commit: 3c21861272dfa0aec3af366a5890f7965b94e469
Parents: 61c55a3 966b83e
Author: sergey <se...@apache.org>
Authored: Tue Jun 26 14:20:20 2018 -0700
Committer: sergey <se...@apache.org>
Committed: Tue Jun 26 14:20:20 2018 -0700

----------------------------------------------------------------------
 .../hive/jdbc/TestJdbcGenericUDTFGetSplits.java |   3 +
 .../test/resources/testconfiguration.properties |   1 +
 .../hive/jdbc/TestHivePreparedStatement.java    | 277 +++---
 .../hive/ql/exec/tez/HiveSplitGenerator.java    |  40 +-
 .../hive/ql/exec/vector/VectorMapOperator.java  |   5 +-
 .../ql/exec/vector/VectorizedRowBatchCtx.java   |  15 -
 .../io/orc/VectorizedOrcAcidRowBatchReader.java |   4 +-
 .../hadoop/hive/ql/metadata/Partition.java      |  13 +-
 .../hadoop/hive/ql/optimizer/SamplePruner.java  |   7 +-
 .../hadoop/hive/ql/session/SessionState.java    |   4 +-
 .../test/queries/clientpositive/sample10_mm.q   |  34 +
 .../archive_excludeHadoop20.q.out               | 135 +++
 .../clientpositive/beeline/smb_mapjoin_11.q.out |   8 +-
 .../results/clientpositive/llap/sample10.q.out  |  20 +-
 .../clientpositive/llap/sample10_mm.q.out       | 346 ++++++++
 .../test/results/clientpositive/masking_5.q.out | 124 +++
 .../test/results/clientpositive/sample6.q.out   | 846 +++++++++++++++++--
 .../test/results/clientpositive/sample7.q.out   | 114 ++-
 .../test/results/clientpositive/sample9.q.out   | 258 +++++-
 .../results/clientpositive/smb_mapjoin_11.q.out |   8 +-
 .../infer_bucket_sort_bucketed_table.q.out      |   2 +-
 .../results/clientpositive/spark/sample10.q.out |  16 +-
 .../results/clientpositive/spark/sample2.q.out  |   4 +-
 .../results/clientpositive/spark/sample4.q.out  |   4 +-
 .../results/clientpositive/spark/sample6.q.out  | 126 +--
 .../results/clientpositive/spark/sample7.q.out  |   4 +-
 .../ptest2/conf/deployed/master-mr2.properties  |   7 +
 .../hive/ptest/api/client/PTestClient.java      |   2 -
 28 files changed, 2116 insertions(+), 311 deletions(-)
----------------------------------------------------------------------