You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2018/06/30 19:41:56 UTC

[5/5] hive git commit: HIVE-20004: Wrong scale used by ConvertDecimal64ToDecimal results in incorrect results (Prasanth Jayachandran reviewed by Matt McCline)

HIVE-20004: Wrong scale used by ConvertDecimal64ToDecimal results in incorrect results (Prasanth Jayachandran reviewed by Matt McCline)


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

Branch: refs/heads/branch-3
Commit: 47257e19cba4d6345ef50842feea21d996428989
Parents: 8c07016
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Sat Jun 30 12:23:13 2018 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Sat Jun 30 12:40:49 2018 -0700

----------------------------------------------------------------------
 data/files/table_19.dat                         | 1080 ++++++++++++++++++
 data/files/table_8.dat                          | 1000 ++++++++++++++++
 .../test/resources/testconfiguration.properties |    1 +
 .../expressions/ConvertDecimal64ToDecimal.java  |    3 +-
 .../convert_decimal64_to_decimal.q              |   39 +
 .../convert_decimal64_to_decimal.q.out          |  438 +++++++
 .../llap/convert_decimal64_to_decimal.q.out     |  553 +++++++++
 .../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 +++++++-
 13 files changed, 4546 insertions(+), 174 deletions(-)
----------------------------------------------------------------------