GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1379
[CARBONDATA-1151] Refactor all carbon command to separate file in spark2
integration
Currently in carbon-spark2 integration module, all carbon commands written
in carbonTableSchema.scala, which is not good for readability and maintenance.
This PR moves all of them into separated file and name each one as
XXXCommand
No Testcase is added
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata command
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1379.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 #1379
----
commit 27999a511999d0a2bed316d74caa89ae036a6d40
Author: Jacky Li <[email protected]>
Date: 2017-09-24T14:34:32Z
refactory command
----
---