GitHub user ravipesala reopened a pull request:
https://github.com/apache/incubator-carbondata/pull/671
[CARBONDATA-793] Fixed count with null values giving wrong values
if the data has null values then it should not count the data. But it is
counting now as we are not decoding the data in case of count agg function. Now
added decoder in case of count agg function as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ravipesala/incubator-carbondata count-issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/671.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #671
----
commit 38345ec2c62ac3deeb60784cdc4d6baae6568c1b
Author: ravipesala <[email protected]>
Date: 2017-03-18T16:13:43Z
Fixed count with null values giving wrong values
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---