You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/08/17 16:45:24 UTC

[6/6] incubator-trafodion git commit: Merge [TRAFODION-2617] PR 1206 Optionally push estimate row count into coproc

Merge [TRAFODION-2617] PR 1206 Optionally push estimate row count into coproc


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/548ff71b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/548ff71b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/548ff71b

Branch: refs/heads/master
Commit: 548ff71b4d8027bb499c9e9e3df578720c5e75e3
Parents: baa034f 669efea
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Aug 17 16:43:19 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Aug 17 16:43:19 2017 +0000

----------------------------------------------------------------------
 .../transactional/TrxRegionEndpoint.java.tmpl   |  244 +++
 .../generated/TrxRegionProtos.java              | 1842 ++++++++++++++++--
 .../hbase-trx/src/main/protobuf/TrxRegion.proto |   19 +
 core/sql/executor/HBaseClient_JNI.cpp           |    8 +-
 core/sql/executor/HBaseClient_JNI.h             |    4 +-
 core/sql/exp/ExpHbaseInterface.cpp              |    4 +-
 core/sql/exp/ExpHbaseInterface.h                |    2 +
 core/sql/optimizer/NATable.cpp                  |   14 +-
 core/sql/sqlcomp/DefaultConstants.h             |    4 +
 core/sql/sqlcomp/nadefaults.cpp                 |    5 +
 .../java/org/trafodion/sql/HBaseClient.java     |  185 ++
 11 files changed, 2191 insertions(+), 140 deletions(-)
----------------------------------------------------------------------