Github user sureshsubbiah commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1425#discussion_r165555736
--- Diff: core/conn/odb/src/odb.c ---
@@ -10867,7 +10874,7 @@ static int Ocopy(int eid)
}
/* Build Extract Command */
- if ( etab[eid].ps ) {
+ if ( etab[eid].ps > 1 ) {
--- End diff --
Could you please explain either here or in the JIRA how this change will
address the bug. I am sorry I am familiar enough with the code to understand
without comments.---
