Ashok Kumar created CARBONDATA-392:
--------------------------------------
Summary: sql coalesce function is having problem in carbon for null data
Key: CARBONDATA-392
URL:
https://issues.apache.org/jira/browse/CARBONDATA-392 Project: CarbonData
Issue Type: Bug
Reporter: Ashok Kumar
Priority: Minor
When query is as below
select * from table where coalesce( name ,1) != 'Lily';
null row is not displayed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)