Posted by
qiuchenjian-2 on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-pull-request-1749-CARBONDATA-1968-Add-external-table-support-tp33564.html
GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1749 [CARBONDATA-1968] Add external table support
This PR adds support for creating external table with existing carbondata files, using Hive syntax.
CREATE EXTERNAL TABLE tableName STORED BY 'carbondata' LOCATION 'path'
- [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 external_table
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1749.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1749
----
commit 5d4376bdf7bfd99ff72da355cea0103b568f78c0
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-02T15:46:14Z
add external table support
----
---