Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/931#discussion_r97934618
--- Diff: core/sql/executor/ExExeUtilLoad.cpp ---
@@ -1442,7 +1442,8 @@ short ExExeUtilHBaseBulkLoadTcb::work()
ComCondition *cond;
Lng32 entryNumber;
while ((cond = diagsArea->findCondition(EXE_ERROR_ROWS_FOUND,
&entryNumber)) != NULL) {
- errorRowCount = cond->getOptionalInteger(0);
+ if (errorRowCount < cond->getOptionalInteger(0))
--- End diff --
This counter is displayed as "Error Rows: <error_count> " in the load
command output now
---
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.
---