GitHub user Indhumathi27 opened a pull request:
https://github.com/apache/carbondata/pull/2937
[CARBONDATA-3114]Remove Null Values in all types of columns for Range
Filters
**Problem:**
Null Values are not removed in case of RangeFilters, if column is a
dictionary and no_inverted_index column.
**Solution:**
Remove NULL values in case of RangeFilters for columns of all types.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Indhumathi27/carbondata timestamp_di
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2937.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 #2937
----
commit fb0912fc938ed0be3c9451ce21bde8d59505d477
Author: Indhumathi27 <indhumathim27@...>
Date: 2018-11-21T09:51:49Z
[CARBONDATA-3114]Remove Null Values in all types of columns for RangeFilters
----
---