GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1227

    [TRAFODION-2732] Add delimited identifier handling to sample table code path

    UPDATE STATISTICS generates several SQL statements internally. When 
referencing column names, the safest thing to do is to double-quote them, 
because sometimes we have SQL keywords serving as column names. Many code paths 
in UPDATE STATISTICS already do this; this particular change is for one that 
didn't.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2732

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1227.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 #1227
    
----
commit ffe35c883e0861a88e601968ba1cf249e8eaae72
Author: Dave Birdsall <[email protected]>
Date:   2017-09-08T19:57:32Z

    [TRAFODION-2732] Add delimited identifier handling to sample table code path

----


---

Reply via email to