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 2017/02/27 20:24:22 UTC

[20/20] hive git commit: HIVE-14671 : merge master into hive-14535 (Sergey Shelukhin)

HIVE-14671 : merge master into hive-14535 (Sergey Shelukhin)


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

Branch: refs/heads/hive-14535
Commit: bf7cf328febe317a29bfe016c5ed850d2fc3a9bb
Parents: 7cc741c 82cb4c1
Author: Sergey Shelukhin <se...@apache.org>
Authored: Mon Feb 27 12:23:42 2017 -0800
Committer: Sergey Shelukhin <se...@apache.org>
Committed: Mon Feb 27 12:23:42 2017 -0800

----------------------------------------------------------------------
 .../org/apache/hadoop/hive/conf/HiveConf.java   |   4 +
 .../hadoop/hive/druid/io/DruidRecordWriter.java |  25 +-
 .../hive/druid/DerbyConnectorTestUtility.java   | 126 +++++
 .../hive/druid/DruidStorageHandlerTest.java     | 224 --------
 .../hadoop/hive/druid/TestDerbyConnector.java   | 126 -----
 .../hive/druid/TestDruidStorageHandler.java     | 224 ++++++++
 .../hive/ql/io/DruidRecordWriterTest.java       | 239 --------
 .../hive/ql/io/TestDruidRecordWriter.java       | 239 ++++++++
 .../benchmark/serde/LazySimpleSerDeBench.java   |  32 +-
 ...SQLStdHiveAuthorizationValidatorForTest.java |   3 +
 llap-server/bin/runLlapDaemon.sh                |   2 +-
 .../resources/llap-daemon-log4j2.properties     |  10 +-
 .../tezplugins/LlapTaskSchedulerService.java    | 110 ++--
 .../TestLlapTaskSchedulerService.java           | 199 ++++++-
 .../apache/hadoop/hive/ql/exec/Utilities.java   |  64 ++-
 .../ql/exec/spark/SparkReduceRecordHandler.java |   1 +
 .../DynamicPartitionPruningOptimization.java    |  16 +
 .../stats/annotation/StatsRulesProcFactory.java |  46 +-
 .../hadoop/hive/ql/parse/CalcitePlanner.java    |  25 +-
 .../org/apache/hadoop/hive/ql/parse/HiveLexer.g |   1 -
 .../apache/hadoop/hive/ql/parse/HiveParser.g    |   8 +-
 .../ql/parse/ReplicationSemanticAnalyzer.java   |  19 +-
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java  |  63 ++-
 .../hadoop/hive/ql/exec/TestUtilities.java      | 185 ++++--
 .../hive/ql/lockmgr/TestDbTxnManager2.java      |   5 +-
 .../parse/TestReplicationSemanticAnalyzer.java  |  24 +-
 .../groupby_grouping_sets_grouping.q            |  29 +
 .../clientpositive/groupby_grouping_window.q    |  13 +
 .../clientpositive/masking_acid_no_masking.q    |  22 +
 ql/src/test/queries/clientpositive/order3.q     |  26 +
 .../groupby_grouping_sets_grouping.q.out        | 231 ++++++++
 .../groupby_grouping_window.q.out               |  48 ++
 .../clientpositive/llap/explainuser_2.q.out     |  28 +-
 .../llap/orc_ppd_schema_evol_3a.q.out           | 229 ++++++--
 .../clientpositive/llap/vectorization_0.q.out   |  16 +-
 .../masking_acid_no_masking.q.out               |  61 ++
 ql/src/test/results/clientpositive/order3.q.out | 559 +++++++++++++++++++
 .../clientpositive/remove_exprs_stats.q.out     |  18 +-
 .../lazy/fast/LazySimpleDeserializeRead.java    |   4 +-
 .../hive/serde2/lazy/fast/StringToDouble.java   | 259 +++++++++
 .../serde2/lazy/fast/TestStringToDouble.java    |  69 +++
 .../org/apache/hive/spark/client/rpc/Rpc.java   |  17 +-
 .../hive/spark/client/rpc/RpcDispatcher.java    |   7 +-
 .../apache/hive/spark/client/rpc/TestRpc.java   |   3 +
 44 files changed, 2767 insertions(+), 892 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/bf7cf328/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/hive/blob/bf7cf328/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/hive/blob/bf7cf328/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
----------------------------------------------------------------------