GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/trafodion/pull/1584
[TRAFODION-3088] Fix data conversion issue with INTERVAL literals
ValueIdList::convertToTextKey (optimizer/ValueDesc.cpp) in some cases was
encountering INTERVAL literal values containing the text "INTERVAL ... <
qualifier >". The code expects this text to be there in some code paths but not
all. With this change, I've taken care of the remaining code paths. So we
should no longer see data conversion errors in the cases noted in the JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/trafodion Trafodion3088
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1584.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 #1584
----
commit 3662b90c7a51513a6f5cf0bd31943fbf4c996cfe
Author: Dave Birdsall <dbirdsall@...>
Date: 2018-05-29T20:32:37Z
[TRAFODION-3088] Fix data conversion issue with INTERVAL literals
----
---