Github user SuJinpei commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1747#discussion_r234883979
--- Diff: core/conn/odb/src/odb.c ---
@@ -10076,6 +10114,7 @@ static int Oloadbuff(int eid)
clock_gettime(CLOCK_MONOTONIC, &tsp1);
#endif
Or = SQLExecute(thps[tid].Os) ; /* Execute INSERT
(load/copy) or tgt command */
+ SQLLEN tLastRow = -1; /* this is special solution for
China Union Pay, print only first error message for state 22003 */
--- End diff --
Thank you, I will fix this.
---