GitHub user selvaganesang opened a pull request:
https://github.com/apache/trafodion/pull/1590
[TRAFODION-3097] At times the query involving sequence function fail â¦
â¦and dumps core
BiArithmetic sum expression clause in Sequence expression can't have
pcode generated like an arithmetic expression that supports augmented
assignment operation such as a += b.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/trafodion eval_issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1590.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 #1590
----
commit 68294fc74c198e6a88132ac8699415fe52f70fbc
Author: selvaganesang <selva.govindarajan@...>
Date: 2018-06-01T20:14:12Z
[TRAFODION-3097] At times the query involving sequence function fail and
dumps core
BiArithmetic sum expression clause in Sequence expression can't have
pcode generated like an arithmetic expression that supports augmented
assignment operation such as a += b.
----
---