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

    https://github.com/apache/incubator-trafodion/pull/129#discussion_r42280550
  
    --- Diff: core/sql/optimizer/RelUpdate.h ---
    @@ -1830,7 +1830,8 @@ class HbaseInsert: public Insert
                    CollHeap *oHeap = CmpCommon::statementHeap(),
                    InsertType insertType = SIMPLE_INSERT)
            : Insert(name,tabId,otype,child,NULL,NULL,oHeap, insertType),
    -         returnRow_(FALSE)
    +         returnRow_(FALSE),
    +         vsbbInsert_(FALSE)
    --- End diff --
    
    CopyTopNode is not carrying over this new flag. I suppose it does not 
matter since the flag is being set in the generator. Please consider adding 
that in a subsequent checkin, if you think it will be a good thing to do.


---
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