GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/trafodion/pull/1488
[TRAFODION-3002] Fix UPDATE STATS for certain INTERVAL data types
Formerly, UPDATE STATS would fail with an internal error when processing an
INTERVAL DAY(13) TO SECOND(0) column. It would also fail with a core when
processing an INTERVAL DAY(8) TO SECOND(0) column. This has been fixed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/trafodion Trafodion3002
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1488.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 #1488
----
----
---