Mohammad Shahid Khan created CARBONDATA-15:
----------------------------------------------
Summary: filter query throwing error if the query applied over a
table having no data.
Key: CARBONDATA-15
URL: https://issues.apache.org/jira/browse/CARBONDATA-15
Project: CarbonData
Issue Type: Bug
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan
Steps:
1. Create carbon table
2. do not load any data
3. do filter query for ex. select * from table where column_1='shahid';
Actual
throwing
RuntimeExecption: Exception Occured in query execution.
Expected:
Query should be successful with empty data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)