GitHub user sraghunandan opened a pull request:
https://github.com/apache/carbondata/pull/1764
[CARBONDATA-1987] Make package name and directory paths consistent;remove
duplicate file CarbonColumnValidator
add coveralls token to spark-2.2 profile;synchronize file path and package
name;Delete duplicate class CarbonColumnValidator present in spark2 module
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?
no
- [ ] Document update required?
no
- [ ] Testing done
No impact on functionality. UT run to ensure sanity
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sraghunandan/carbondata-1 fix_package_paths
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1764.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 #1764
----
commit 9c92ce885c71fc6831452f7af75e6c0349f0e04e
Author: Raghunandan S <carbondatacontributions@...>
Date: 2018-01-04T14:48:07Z
add coveralls token to spark-2.2 profile;synchronize file path and package
name;Delete duplicate class CarbonColumnValidator present in spark2 module
----
---