You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2018/05/15 21:36:00 UTC

[jira] [Created] (HIVE-19564) Vectorization: Fix NULL / Wrong Results issues in Functions

Matt McCline created HIVE-19564:
-----------------------------------

             Summary: Vectorization: Fix NULL / Wrong Results issues in Functions
                 Key: HIVE-19564
                 URL: https://issues.apache.org/jira/browse/HIVE-19564
             Project: Hive
          Issue Type: Bug
          Components: Hive
            Reporter: Matt McCline
            Assignee: Matt McCline


Write new UT tests that use random data and intentional isRepeating batches to checks for NULL and Wrong Results for vectorized functions:
 * Generic UDF Functions
 ** abs
 ** bround
 ** ceiling
 ** floor
 ** pmod
 ** power
 ** round
 * UDF Functions
 ** Acos
 ** Asin
 ** Atan
 ** Bin
 ** Cos
 ** Degrees
 ** Exp
 ** Ln
 ** Log
 ** log10
 ** log2
 ** radians
 ** rand
 ** sign
 ** sin
 ** sqrt
 ** tan



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)