GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/trafodion/pull/1547
[TRAFODION-3052] Fix core in PCode evaluator
This change adds a Cast node on top of the data value passed to CompEncode,
insuring that it is the proper data type. This resolves an issue that was
causing a compile-time core in the PCode evaluator. Also included is some debug
code concerning range partitioning functions.
Thanks go to @zellerh for this code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/trafodion Trafodion3052
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1547.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 #1547
----
commit 32f83cacc5349f1e733a3e6c7e786555f3b7f35b
Author: Dave Birdsall <dbirdsall@...>
Date: 2018-04-30T23:51:59Z
[TRAFODION-3052] Fix core in PCode evaluator
----
---