GitHub user HowardQin opened a pull request:
https://github.com/apache/incubator-trafodion/pull/529
Fix webroot reported assertion failure
JIRA TRAFODION-2038
Webroot reported:
ERROR[2006] Internal error:assertion failure ((Int32)outputDataLen >= 0)
during compile,
which is the same issue as mantis-262, mantis-134, cherry pick from Adv2.1
Changes:
In QCache:
//backpatch for HQC queries
NABoolean CacheData::backpatchParams()
//convDoIt
sourceType->getPrecision() ==> sourceType->getPrecisionOrMaxNumChars()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HowardQin/incubator-trafodion patch-incubator
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/529.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 #529
----
commit 914e42d4b3f1730561949f8df28d3cccd6d68ad1
Author: Howard Qin <[email protected]>
Date: 2016-06-08T03:56:36Z
Fix webroot reported assertion failure
JIRA TRAFODION-2038
Webroot reported:
ERROR[2006] Internal error:assertion failure ((Int32)outputDataLen >= 0)
during compile,
which is the same issue as mantis-262, mantis-134, cherry pick from Adv2.1
Changes:
In QCache:
//backpatch for HQC queries
NABoolean CacheData::backpatchParams()
//convDoIt
sourceType->getPrecision() ==> sourceType->getPrecisionOrMaxNumChars()
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---