Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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;
this may only cause trouble if Calcite is exploiting the datatype nullability; it will be need after CALCITE-2469 (1.18.0)