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:01 UTC

[13/20] 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/6acd74c9
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6acd74c9
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6acd74c9

Branch: refs/heads/master-txnstats
Commit: 6acd74c9e3c7e3b7dac4bd4848def8d896d2cf0e
Parents: 78cbf14
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:23:13 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(-)
----------------------------------------------------------------------