You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2014/04/19 20:51:14 UTC

[jira] [Work started] (DRILL-360) Enhance HashFunctions to handle null values

     [ https://issues.apache.org/jira/browse/DRILL-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on DRILL-360 started by Jason Altekruse.

> Enhance HashFunctions to handle null values
> -------------------------------------------
>
>                 Key: DRILL-360
>                 URL: https://issues.apache.org/jira/browse/DRILL-360
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Aman Sinha
>            Assignee: Jason Altekruse
>
> Currently, the HashFunctions class uses the NullHandling semantics of NULL_IF_NULL which means it will produce null value for a null input.  In order for Drill operators that perform hashing to work correctly with null inputs, we need to add appropriate handling in the HashFunctions such that they produce integer values (e.g 0) for such inputs.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)