GitHub user sureshsubbiah opened a pull request: https://github.com/apache/incubator-trafodion/pull/1267
[TRAFODION-2775] Insert does not raise duplicate row error for hbase ⦠â¦format table with defaulted first column There was a problem with column being checked during CheckAndPut call for such tables. We were always checking the first column in the row, which may not have existed in the previous version of this rowid. Please see JIRA for a complete explanation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sureshsubbiah/incubator-trafodion misc3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1267.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1267 ---- commit 921c0a5840a7f6f233166b1d745a4a7f65f49118 Author: Suresh Subbiah <sure...@apache.org> Date: 2017-10-18T14:51:34Z [TRAFODION-2775] Insert does not raise duplicate row error for hbase format table with defaulted first column There was a problem with column being checked during CheckAndPut call for such tables. We were always checking the first column in the row, which may not have existed in the previous version of this rowid. Please see JIRA for a complete explanation. ---- ---