GitHub user xiaozhongwang opened a pull request:
https://github.com/apache/trafodion/pull/1582
[TRAFODION-3039] SendEventMsg is used in a wrong way
SendEventMsg use dynamic parameter.
And there is a parameter control the total, all of dynamic parameters are
string data type.
But some place input a number parameter for it.
I checked it again and found two such mistakes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xiaozhongwang/trafodion TRAFODION-3039
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1582.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 #1582
----
commit cdd1e324e3cddbd4f52b06ea7c6556f4a2940a47
Author: Kenny <xiaozhong.wang@...>
Date: 2018-04-23T07:13:38Z
fix JIRA bug 3039, SendEventMsg is used in a wrong way
commit 4f253964411e95fd0b0122b386293efd42e276fd
Author: Kenny <xiaozhong.wang@...>
Date: 2018-05-29T01:51:46Z
fix JIRA bug 3039, SendEventMsg is used in a wrong way
----
---