GitHub user manishnalla1994 opened a pull request:
https://github.com/apache/carbondata/pull/2708
[CARBONDATA-2886] Select Filter Comppatibility Fixed
Problem : Select Filter Query with INT data type was showing incorrect
result in case of table creation and loading on old version and queried on new
version. The min max values in case of legacy table were not being updated
properly so the check inside the blocklet was not happening.
Solution : Correctly updated the min max values.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
Manually tested.
- [ ] 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/manishnalla1994/carbondata compatibilty_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2708.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 #2708
----
commit 234d159aea1ada889fec0424a8370f4564f90f6e
Author: Manish Nalla <manishnalla1994@...>
Date: 2018-09-11T08:38:33Z
Select Filter Comppatibility Fixed
----
---