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

    https://github.com/apache/incubator-trafodion/pull/889#discussion_r94460117
  
    --- Diff: core/sql/exp/ExpLOB.cpp ---
    @@ -1329,7 +1350,60 @@ ex_expr::exp_return_type ExpLOBupdate::eval(char 
*op_data[],
           memcpy(&lobLen, op_data[3],sizeof(Int64)); // user specified buffer 
length
           memcpy(data,op_data[1],sizeof(Int64)); // user buffer address
         }
    -  if (isAppend())
    +
    +  if(fromEmpty())
    +    {
    +      lobLen = 0;
    +      so = Lob_Memory;
    +    }
    +  /*  if (fromEmpty())
    --- End diff --
    
    prototype code - removed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to