GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/trafodion/pull/1630

    [TRAFODION 3128] Fix issue with interval literals in multi-column histograms

    When an INTERVAL SECOND(m,n) column participates in a multi-column 
histogram, EncodedValue::constructorFunction (optimizer/EncodedValue.cpp) did 
not properly scan for the comma delimiter between column values, resulting in 
6003 warnings. This has been fixed; we now ignore commas within sets of 
parentheses.

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

    $ git pull https://github.com/DaveBirdsall/trafodion Trafodion3128

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

    https://github.com/apache/trafodion/pull/1630.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 #1630
    
----
commit 598cd634b09e598580a5d271db9e3f040ac8fdcb
Author: Dave Birdsall <dbirdsall@...>
Date:   2018-07-05T16:16:38Z

    [TRAFODION 3128] Fix issue with interval literals in multi-column histograms

----


---

Reply via email to