GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/654
[CARBONDATA-770] Fixed Not null filter query data mismatch issue
Problem: Not null filter query is selecting null values.
Solution: Problem is while parsing the data based on data type we are not
parsing for int, double, float, and long data type, need to add case for the
same
Note: Need to add testcase for same
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kumarvishal09/incubator-carbondata
FilterDataMismatchIssue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/654.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 #654
----
commit c58ed76ff53fefeae4ead149045a057dc39b4cba
Author: kumarvishal <[email protected]>
Date: 2017-03-14T09:02:56Z
Fixed filter not null issue
----
---
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.
---