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

[hive] branch master updated (b0539cf -> 84dc08f)

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

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


    from b0539cf  HIVE-24628: Decimal values are displayed as scientific notation in beeline (Naresh Panchetty Ramanaiah, reviewed by Miklos Gergely)
     add 84dc08f  HIVE-24610: Remove superfluous throws IOException from Context (Miklos Gergely, reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java    |  4 ----
 ql/src/java/org/apache/hadoop/hive/ql/Context.java         |  4 ++--
 ql/src/java/org/apache/hadoop/hive/ql/Driver.java          |  8 ++------
 .../hive/ql/io/rcfile/truncate/ColumnTruncateTask.java     | 12 +++---------
 .../hadoop/hive/ql/parse/AcidExportSemanticAnalyzer.java   |  2 +-
 .../hadoop/hive/ql/parse/ColumnStatsAutoGatherContext.java |  4 ++--
 .../hadoop/hive/ql/parse/ColumnStatsSemanticAnalyzer.java  |  6 +-----
 .../apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java  | 12 ++++--------
 .../java/org/apache/hadoop/hive/ql/parse/ParseUtils.java   |  4 ++--
 .../hadoop/hive/ql/parse/RewriteSemanticAnalyzer.java      | 14 +++++---------
 .../org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java  |  2 +-
 .../hive/ql/udf/generic/GenericUDTFGetSQLSchema.java       |  3 +--
 .../hadoop/hive/ql/udf/generic/GenericUDTFGetSplits.java   |  2 +-
 .../test/org/apache/hadoop/hive/ql/exec/TestContext.java   |  2 +-
 .../org/apache/hadoop/hive/ql/exec/tez/TestTezTask.java    |  5 ++---
 .../ql/optimizer/physical/TestNullScanTaskDispatcher.java  |  2 +-
 .../org/apache/hadoop/hive/ql/tool/TestLineageInfo.java    |  2 +-
 17 files changed, 30 insertions(+), 58 deletions(-)