Merge [TRAFODION-3031] PR 1530 Fix two issues with nested subquery plans
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/3e7ad94f Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/3e7ad94f Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/3e7ad94f Branch: refs/heads/master Commit: 3e7ad94f726cd4797e662ebf47bb1701d4f57e13 Parents: b06e0dc a4d5522 Author: Dave Birdsall <[email protected]> Authored: Tue Apr 24 15:06:19 2018 +0000 Committer: Dave Birdsall <[email protected]> Committed: Tue Apr 24 15:06:19 2018 +0000 ---------------------------------------------------------------------- core/sql/optimizer/NormRelExpr.cpp | 60 ++++++++++++++++++++---- core/sql/optimizer/RelExpr.cpp | 6 ++- core/sql/regress/compGeneral/EXPECTED015.SB | 18 +++---- core/sql/sqlcomp/DefaultConstants.h | 3 ++ core/sql/sqlcomp/nadefaults.cpp | 6 +++ 5 files changed, 72 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/3e7ad94f/core/sql/optimizer/RelExpr.cpp ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/3e7ad94f/core/sql/sqlcomp/nadefaults.cpp ----------------------------------------------------------------------
