You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/02/14 07:44:23 UTC

[10/10] incubator-trafodion git commit: Merge remote branch 'origin/pr/946/head' into merge_946

Merge remote branch 'origin/pr/946/head' into merge_946


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

Branch: refs/heads/master
Commit: 5881cf1c521c181cedfa36702abff15123977e0a
Parents: 3d7a612 95fe295
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Tue Feb 14 07:43:30 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Tue Feb 14 07:43:30 2017 +0000

----------------------------------------------------------------------
 core/sql/executor/ExHbaseIUD.cpp         | 208 +++++++++++++++++---------
 core/sql/generator/GenPreCode.cpp        |  12 +-
 core/sql/generator/GenRelUpdate.cpp      |  14 +-
 core/sql/optimizer/BindRelExpr.cpp       |  94 ++++++++----
 core/sql/optimizer/BindWA.h              |   8 +-
 core/sql/optimizer/Inlining.cpp          |  17 ++-
 core/sql/optimizer/RelExpr.cpp           |   3 +-
 core/sql/optimizer/RelSequence.cpp       |   9 +-
 core/sql/optimizer/RelUpdate.h           |  12 +-
 core/sql/regress/executor/EXPECTED015.SB | 158 +++++++++++++++++--
 core/sql/regress/executor/TEST015        |  68 ++++++++-
 core/sql/sqlcomp/nadefaults.cpp          |   2 +-
 12 files changed, 457 insertions(+), 148 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/5881cf1c/core/sql/generator/GenPreCode.cpp
----------------------------------------------------------------------