GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1341 [CARBONDATA-1463] CompareTest should validate result size
CompareTest for spark2.1 should only validate result size instead of result value, because some test case include aggregation on double column which will give different result since carbon records are sorted
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/jackylk/incubator-carbondata fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1341.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1341
----
commit 2463fb29b692bb80a329d948cf3599d6baa6bd3a
Author: Jacky Li <
[hidden email]>
Date: 2017-09-08T14:06:41Z
change validation
----
---