GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/incubator-trafodion/pull/626
[TRAFODION-2131] Fix UPDATE STATISTICS cores + some other issues
1. Fix cores caused by buffer overruns when doing UPDATE STATISTICS on
INTERVAL YEAR(1) TO MONTH, TINYINT and LARGEINT UNSIGNED columns. Thanks to
@anoopsharma00 for suggesting the use of CQDs to fix these issues.
2. Add support for BOOLEAN data type in UPDATE STATISTICS.
3. Fix a core in Cast::synthesizeType concerning INTERVAL and TINYINT data
types. Thanks to @anoopsharma00 for the code for this fix.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2131
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/626.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 #626
----
commit ea655127dbbce1447cae5e27664fd44252c7c5b8
Author: Dave Birdsall <[email protected]>
Date: 2016-07-28T21:05:43Z
[TRAFODION-2131] Fix USTATS cores + some other issues
----
---
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.
---