Hi all, I have a ORC Hive table with multiple columns. One of the column data type (say column1) is of type timestamp. When I make a query 'select * from table_name where column1 is null;', I get Null Pointer Exception.
Has anyone faced similar issue when you are making similar queries on timestamp values checking if it is null? Regards, Sharath