GitHub user ajantha-bhat opened a pull request:
https://github.com/apache/carbondata/pull/2319
[CARBONDATA-2493] DataType.equals() failes for complex types
This PR is dependent on #2313
problem :
[CARBONDATA-2493] DataType.equals() failes for complex types
root cause : Complex types equals method was not implemented. Just the
object's equals was used
Solution: Add a equals method for all the complex type
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?NO
- [ ] Any backward compatibility impacted?NA
- [ ] Document update required?NA
- [ ] Testing done
Same test cases with complex type are ran
- [ ] 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/ajantha-bhat/carbondata coverity_fortify_fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2319.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 #2319
----
commit 89c0af941afb651c7d5879432e8f236d44eec400
Author: Raghunandan S <carbondatacontributions@...>
Date: 2017-08-27T18:07:05Z
coverity scan fixes
https://scan4.coverity.com/reports.htm#v29367/p11911
commit c9207d601b0631780261f3cf84989f778ff0b0a6
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-05-18T07:51:33Z
[CARBONDATA-2493] DataType.equals() failes for complex types
----
---