GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1603
[CARBONDATA-1844] Add tablePath support when creating table
User should be able to specify table path when creating table. This PR
implement it.
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
Yes
- [X] Testing done
Testcase added
- [X] 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/jackylk/incubator-carbondata tablepath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1603.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 #1603
----
commit 4b960eddc0abeb32bccf0447b254718e14bd09cb
Author: Jacky Li <[email protected]>
Date: 2017-12-02T19:04:03Z
add tablePath
----
---