Github user Weixin-Xu commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1739#discussion_r232906096
--- Diff: core/conn/odb/src/odb.c ---
@@ -10183,6 +10183,7 @@ static int Oloadbuff(int eid)
}
Oi++;
}
+ Oi = 1; //the record number need to be initialize for next loop
--- End diff --
Thanks, I have updated the change.---
