[
https://issues.apache.org/jira/browse/TRAFODION-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190483#comment-16190483
]
ASF GitHub Bot commented on TRAFODION-1610:
-------------------------------------------
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.
> Generate constraint expression for update/merge commands
> --------------------------------------------------------
>
> Key: TRAFODION-1610
> URL: https://issues.apache.org/jira/browse/TRAFODION-1610
> Project: Apache Trafodion
> Issue Type: Sub-task
> Components: sql-cmp
> Reporter: Selvaganesan Govindarajan
> Assignee: David Wayne Birdsall
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)