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/07/02 02:08:08 UTC

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

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


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

Branch: refs/heads/master-txnstats
Commit: d7bbc20d2e9b1cb460a9325698692b74802bae78
Parents: cd8f693 455b71e
Author: sergey <se...@apache.org>
Authored: Sun Jul 1 18:20:59 2018 -0700
Committer: sergey <se...@apache.org>
Committed: Sun Jul 1 18:20:59 2018 -0700

----------------------------------------------------------------------
 data/files/table_19.dat                         | 1080 ++++++++++++++++++
 data/files/table_8.dat                          | 1000 ++++++++++++++++
 .../src/test/queries/clientpositive/map_join.q  |    2 +
 .../test/results/clientpositive/map_join.q.out  |   42 +-
 .../hive/ql/parse/TestReplicationScenarios.java |   42 +
 .../TestReplicationScenariosAcidTables.java     |   52 +-
 ...TestReplicationScenariosAcrossInstances.java |   42 +-
 .../hadoop/hive/ql/parse/WarehouseInstance.java |    7 +-
 .../test/resources/testconfiguration.properties |    4 +
 .../hadoop/hive/llap/cli/LlapServiceDriver.java |   23 +-
 .../hive/metastore/HiveMetaStoreUtils.java      |    2 +-
 .../java/org/apache/hadoop/hive/ql/Context.java |    4 +
 .../org/apache/hadoop/hive/ql/ErrorMsg.java     |    3 +-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java  |    4 +
 .../exec/repl/bootstrap/load/LoadDatabase.java  |    2 +-
 .../hive/ql/exec/repl/util/ReplUtils.java       |    6 +-
 .../expressions/ConvertDecimal64ToDecimal.java  |    3 +-
 .../hive/ql/hooks/HiveProtoLoggingHook.java     |   24 +-
 .../annotation/AnnotateWithOpTraits.java        |    4 +-
 .../annotation/OpTraitsRulesProcFactory.java    |   56 +-
 .../ql/parse/UpdateDeleteSemanticAnalyzer.java  |   10 +-
 .../ql/parse/repl/dump/PartitionExport.java     |   24 +-
 .../hadoop/hive/ql/parse/repl/dump/Utils.java   |    8 +-
 .../ql/parse/repl/dump/io/FileOperations.java   |    7 +
 .../hadoop/hive/ql/stats/BasicStatsTask.java    |    4 +-
 .../ql/udf/generic/GenericUDAFEvaluator.java    |    1 +
 .../logging/proto/DatePartitionedLogger.java    |   18 +-
 .../logging/proto/ProtoMessageReader.java       |    9 +-
 .../logging/proto/ProtoMessageWriter.java       |   12 +-
 .../udf/generic/TestGenericUDAFEvaluator.java   |   79 ++
 .../convert_decimal64_to_decimal.q              |   39 +
 .../test/queries/clientpositive/llap_smb_ptf.q  |  236 ++++
 .../clientpositive/runtime_stats_merge.q        |   41 +
 .../queries/clientpositive/sqlmerge_stats.q     |   38 +
 .../clientpositive/tez_smb_reduce_side.q        |  115 ++
 .../clientpositive/acid_table_stats.q.out       |   16 +-
 .../convert_decimal64_to_decimal.q.out          |  438 +++++++
 .../llap/convert_decimal64_to_decimal.q.out     |  553 +++++++++
 .../clientpositive/llap/llap_smb_ptf.q.out      |  744 ++++++++++++
 .../llap/runtime_stats_merge.q.out              |  194 ++++
 .../clientpositive/llap/sqlmerge_stats.q.out    |  511 +++++++++
 .../llap/tez_smb_reduce_side.q.out              |  942 +++++++++++++++
 .../clientpositive/llap/vector_decimal_5.q.out  |  114 +-
 .../clientpositive/llap/vector_decimal_6.q.out  |   46 +-
 .../llap/vector_decimal_mapjoin.q.out           |  428 ++++++-
 .../spark/vector_decimal_mapjoin.q.out          |  452 +++++++-
 .../clientpositive/vector_decimal_5.q.out       |  114 +-
 .../clientpositive/vector_decimal_mapjoin.q.out |  452 +++++++-
 .../hadoop/hive/metastore/HiveAlterHandler.java |    7 +-
 .../hadoop/hive/metastore/HiveMetaStore.java    |    5 +
 .../hive/metastore/conf/MetastoreConf.java      |    2 +
 .../hadoop/hive/metastore/metrics/Metrics.java  |    5 +-
 .../TestTablesCreateDropAlterTruncate.java      |    2 +-
 .../hive/streaming/HiveStreamingConnection.java |    2 +-
 54 files changed, 7781 insertions(+), 289 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/d7bbc20d/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/hive/blob/d7bbc20d/ql/src/java/org/apache/hadoop/hive/ql/stats/BasicStatsTask.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/hive/blob/d7bbc20d/standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/hive/blob/d7bbc20d/standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
----------------------------------------------------------------------