Akshay created CARBONDATA-4080:
----------------------------------
Summary: Wrong results for select count on invalid segments
Key: CARBONDATA-4080
URL: https://issues.apache.org/jira/browse/CARBONDATA-4080
Project: CarbonData
Issue Type: Bug
Components: spark-integration
Reporter: Akshay
Wrong results for
* select count on marked for delete segment
* select count on compacted segment
Issue comes only when the user explicitly sets deleted/compacted segments using
the property carbon.input.segments.
As select * on such segments gives 0 rows as output, in order to maintain
consistency, select count should also give 0 rows.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)