GitHub user SuJinpei opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1210
[TRAFODION-2721] When setting max property , copy data from mysql to
trafodion failed
root cause: logic error when trying to limit max rows to be copied.
AlreadyLoadRows is actually not already loaded Rows but already fetched rows.
lf statement in Oloadbuff may cause less insertion. It 's better to limit max
rows to be copied at fetching data.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SuJinpei/incubator-trafodion TRAFODION-2721
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1210.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 #1210
----
commit 4275d781a4ba0a937aa35ea79287935cb11f4903
Author: SuJinpei <[email protected]>
Date: 2017-08-18T09:48:32Z
fix TRAFODION-2721
----
---
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.
---