You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dm...@apache.org on 2021/01/28 14:02:52 UTC

[hive] branch master updated (323ee0a -> 1781615)

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

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


    from 323ee0a  HIVE-24678: Add feature toggle to control SWO parallel edge support (#1912) (Zoltan Haindrich reviewed by Krisztian Kasa)
     add 1781615  HIVE-24661: Do Not Stringify Exception in Logger messages (David Mollitor reviewed by Miklos Gergely)

No new revisions were added by this update.

Summary of changes:
 .../apache/hive/storage/jdbc/JdbcRecordWriter.java |  2 +-
 .../java/org/apache/hadoop/hive/ql/Compiler.java   |  2 +-
 ql/src/java/org/apache/hadoop/hive/ql/Context.java | 28 +++------
 ql/src/java/org/apache/hadoop/hive/ql/Driver.java  |  2 +-
 .../ql/ddl/table/partition/PartitionUtils.java     |  5 +-
 .../hadoop/hive/ql/exec/ExplainSQRewriteTask.java  |  2 +-
 .../apache/hadoop/hive/ql/exec/ExplainTask.java    |  2 +-
 .../apache/hadoop/hive/ql/exec/ReplCopyTask.java   |  3 +-
 .../apache/hadoop/hive/ql/exec/ScriptOperator.java | 22 +++----
 .../java/org/apache/hadoop/hive/ql/exec/Task.java  |  3 +-
 .../apache/hadoop/hive/ql/exec/mr/ExecReducer.java |  2 +-
 .../apache/hadoop/hive/ql/exec/mr/MapRedTask.java  |  2 +-
 .../hadoop/hive/ql/exec/tez/MapRecordSource.java   |  3 +-
 .../hive/ql/exec/tez/MergeFileRecordProcessor.java |  3 +-
 .../hadoop/hive/ql/exec/tez/TezProcessor.java      |  5 +-
 .../hadoop/hive/ql/history/HiveHistoryImpl.java    |  2 +-
 .../ql/io/rcfile/truncate/ColumnTruncateTask.java  |  2 +-
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   | 72 +++++++++++-----------
 .../hadoop/hive/ql/optimizer/GenMapRedUtils.java   |  4 +-
 .../hive/ql/optimizer/SimpleFetchOptimizer.java    |  4 +-
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |  6 +-
 .../hadoop/hive/ql/stats/ColStatsProcessor.java    |  3 +-
 .../hadoop/hive/ql/txn/compactor/CompactorMR.java  | 11 +---
 .../hive/ql/udf/generic/GenericUDAFAverage.java    |  3 +-
 .../objectinspector/ObjectInspectorUtils.java      |  2 +-
 .../hadoop/hive/metastore/ReplChangeManager.java   |  4 +-
 .../hive/metastore/txn/CompactionTxnHandler.java   |  4 +-
 .../hive/metastore/utils/MetaStoreServerUtils.java |  2 +-
 28 files changed, 83 insertions(+), 122 deletions(-)