You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2018/11/09 12:38:00 UTC

[jira] [Created] (HIVE-20898) For time related functions arguments may not be casted to a non nullable type

Zoltan Haindrich created HIVE-20898:
---------------------------------------

             Summary: For time related functions arguments may not be casted to a non nullable type
                 Key: HIVE-20898
                 URL: https://issues.apache.org/jira/browse/HIVE-20898
             Project: Hive
          Issue Type: Bug
            Reporter: Zoltan Haindrich
            Assignee: Zoltan Haindrich


{code}
create table t (a string); insert into t values (null),('1988-11-11');
set hive.cbo.enable=true;
select 'expected 1 (second)', count(1) from t where second(a) is null;
{code}

this may only cause trouble if Calcite is exploiting the datatype nullability.




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