GitHub user DaveBirdsall opened a pull request: https://github.com/apache/incubator-trafodion/pull/738
[TRAFODION-2255] Fix off-by-one error in incremental update stats This change fixes a problem that caused regression test compGeneral/TEST023 to fail. It turns out to be an example of both an off-by-one bug and a time-bomb bug. The bug only appears in October. If I had been fortunate enough to have added this test last October or before we would have seen this bug a year ago. You can merge this pull request into a Git repository by running: $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2255 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/738.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 #738 ---- commit 8e65504e79e503ba14a5e626dcd2c6ac61360568 Author: Dave Birdsall <dbirds...@apache.org> Date: 2016-10-03T17:16:10Z [TRAFODION-2255] Fix off-by-one error in incremental update stats ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---