GitHub user prasadns14 opened a pull request:
https://github.com/apache/drill/pull/1033
DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"
1) Added <IF> <NOT> <EXISTS> support for CREATE TABLE
2) Added unit tests for the same
@paul-rogers please review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prasadns14/drill DRILL-5951
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1033.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 #1033
----
commit 9dbeeeb2ae2ac0d4626bbe175095fc85f5068680
Author: Prasad Nagaraj Subramanya <[email protected]>
Date: 2017-11-10T23:52:31Z
DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS"
----
---