You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by sureshsubbiah <gi...@git.apache.org> on 2018/02/02 04:21:44 UTC

[GitHub] trafodion pull request #1425: [Trafodion-2937] the actual copied data is les...

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.


---