Github user wengyanqing commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1358#discussion_r184842905
  
    --- Diff: contrib/vexecutor/tuplebatch.c ---
    @@ -150,19 +150,26 @@ tbSerialization(TupleBatch tb )
         return ret;
     }
     
    -TupleBatch tbDeserialization(unsigned char *buffer)
    +void tbDeserialization(unsigned char *buffer,TupleBatch* pTB )
    --- End diff --
    
    Is tuple batch deserialization always successful ? If not, please use bool 
for return value type.


---

Reply via email to