Nihal kumar ojha created CARBONDATA-3964:
--------------------------------------------
Summary: Select * from table or select count(*) without filter is throwing null pointer exception.
Key: CARBONDATA-3964
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3964 Project: CarbonData
Issue Type: Bug
Reporter: Nihal kumar ojha
Steps to reproduce.
1. Create a table.
2. Load around 500 segments and more than 1 million records.
3. Running query select(*) or select count(*) without filter is throwing null pointer exception.
File: TableIndex.java
Method: pruneWithMultiThread
line: 447
Reason: filter.getresolver() is null.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)