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

    
https://github.com/apache/incubator-trafodion/pull/1253#discussion_r142540125
  
    --- Diff: core/sql/optimizer/BindRelExpr.cpp ---
    @@ -11552,35 +11552,7 @@ RelExpr *Update::bindNode(BindWA *bindWA)
       NABoolean transformUpdateKey = 
updatesClusteringKeyOrUniqueIndexKey(bindWA);
       if (bindWA->errStatus()) // error occurred in updatesCKOrUniqueIndexKey()
         return this;
    -  // To be removed when TRAFODION-1610 is implemented.
    -  NABoolean xnsfrmHbaseUpdate = FALSE;
    -  if ((hbaseOper()) && (NOT isMerge()))
    -    {      
    -      if (CmpCommon::getDefault(HBASE_TRANSFORM_UPDATE_TO_DELETE_INSERT) 
== DF_ON)
    --- End diff --
    
    You are correct! Good catch. I will remove it.


---

Reply via email to