[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support
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-tp33564p34933.html
Github user jackylk commented on the issue:
https://github.com/apache/carbondata/pull/1749
@mohammadshahidkhan Yes, that is correct. Drop table should not delete data. I have modify the testcase to verify it.
I have added a internal table property ("_external"), it will be set to true during table creation in `createCarbonTable`
---