Merge [TRAFODION-2775] PR-1267 Insert does not raise duplicate row error for hbase format table with defaulted first column
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/c66fca25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/c66fca25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/c66fca25 Branch: refs/heads/master Commit: c66fca2502db7f75a285f93ca2a83169745b25e9 Parents: d283c95 921c0a5 Author: Suresh Subbiah <[email protected]> Authored: Wed Oct 18 19:14:33 2017 +0000 Committer: Suresh Subbiah <[email protected]> Committed: Wed Oct 18 19:14:33 2017 +0000 ---------------------------------------------------------------------- core/sql/comexe/ComTdbHbaseAccess.cpp | 2 ++ core/sql/comexe/ComTdbHbaseAccess.h | 12 ++++++++- core/sql/executor/ExHbaseIUD.cpp | 6 +++-- core/sql/executor/HBaseClient_JNI.cpp | 7 +++--- core/sql/executor/HBaseClient_JNI.h | 1 + core/sql/exp/ExpHbaseInterface.cpp | 9 ++++--- core/sql/exp/ExpHbaseInterface.h | 6 +++-- core/sql/generator/GenRelUpdate.cpp | 10 ++++++++ .../java/org/trafodion/sql/HBaseClient.java | 7 ++++-- .../java/org/trafodion/sql/HTableClient.java | 26 +++++++++++--------- 10 files changed, 61 insertions(+), 25 deletions(-) ----------------------------------------------------------------------
