GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/trafodion/pull/1652
[TRAFODION-3153] Fix issue with CREATE EXTERNAL TABLE
Change the parser production for CREATE EXTERNAL TABLE to point to the
proper token for the optional IF NOT EXISTS clause.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/trafodion Trafodion3153
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1652.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 #1652
----
commit 133fc53973cbd82f12713217f1e00c6a71190dde
Author: Dave Birdsall <dbirdsall@...>
Date: 2018-07-18T22:05:38Z
[TRAFODION-3153] Fix issue with CREATE EXTERNAL TABLE
----
---