GitHub user ajantha-bhat opened a pull request:
https://github.com/apache/carbondata/pull/2615 [HOTFIX] [presto] presto code cleanup
Changes in the PR:
a. Removed spark jars from release jars dependency
b. enable check style for presto module
c. fixed all the checkstyle for presto module
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed? NA
- [ ] Any backward compatibility impacted? NA
- [ ] Document update required? NA
- [ ] Testing done. NA
- [ ] 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/ajantha-bhat/carbondata master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2615.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2615
----
commit 399ca66addcd6767bc43ac7fa15514eb705546d4
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-08-06T12:21:03Z
[HOTFIX] presto code cleanup
a. Removed spark jars from release jars dependency
b. enable check style for presto module
c. fixed all the checkstyle for presto module
----
---