GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1239
[TRAFODION-2749] Fix issue with reserved words as column names
The code path in UPDATE STATISTICS where it creates multi-column histograms
did not handle column names that happen to be reserved words correctly. These
need to be double-quoted as delimited identifiers. (Oddly, vanilla delimited
identifiers worked just fine.)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2749
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1239.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 #1239
----
commit fc575b11679862d5820584c95dc665260f42c1a9
Author: Dave Birdsall <[email protected]>
Date: 2017-09-19T22:58:31Z
[TRAFODION-2749] Fix issue with reserved words as column names
----
---