You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2015/09/08 21:33:30 UTC

[4/4] incubator-trafodion git commit: Merge remote branch 'origin/pr/74/head' into mrg_43

Merge remote branch 'origin/pr/74/head' into mrg_43


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

Branch: refs/heads/master
Commit: cef0573818fbafa46c041ab97e81346df1e138fc
Parents: e0b7601 569045b
Author: Suresh Subbiah <su...@apache.org>
Authored: Tue Sep 8 19:32:53 2015 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Tue Sep 8 19:32:53 2015 +0000

----------------------------------------------------------------------
 core/sql/bin/SqlciErrors.txt                    |   6 +-
 core/sql/common/ComMisc.cpp                     |  66 +++-
 core/sql/common/ComMisc.h                       |   9 +-
 core/sql/common/ComObjectName.h                 |  29 +-
 core/sql/common/ComSmallDefs.h                  |   1 +
 core/sql/common/OperTypeEnum.h                  |   1 -
 core/sql/optimizer/BindRelExpr.cpp              |  50 ++-
 core/sql/optimizer/BindWA.cpp                   |   2 +-
 core/sql/optimizer/BindWA.h                     |  15 +-
 core/sql/optimizer/NAFileSet.cpp                |   2 -
 core/sql/optimizer/NAFileSet.h                  |   1 -
 core/sql/optimizer/NATable.cpp                  | 140 +++++----
 core/sql/optimizer/ObjectNames.h                |  15 +-
 core/sql/optimizer/RelExeUtil.cpp               |  28 +-
 core/sql/parser/AllElemDDLFileAttr.h            |   1 -
 core/sql/parser/ElemDDLFileAttr.cpp             |  32 --
 core/sql/parser/ElemDDLNode.cpp                 |   6 -
 core/sql/parser/ElemDDLNode.h                   |   2 -
 core/sql/parser/ParDDLFileAttrs.cpp             |  84 -----
 core/sql/parser/ParDDLFileAttrsAlterTable.h     |  28 --
 core/sql/parser/ParDDLFileAttrsCreateIndex.h    |  28 --
 core/sql/parser/ParKeyWords.cpp                 |   1 -
 core/sql/parser/StmtDDLAlter.cpp                |   1 -
 core/sql/parser/StmtDDLCreate.cpp               |   4 -
 core/sql/parser/StmtDDLDrop.cpp                 |   3 +-
 core/sql/parser/sqlparser.y                     |  13 -
 core/sql/regress/hive/EXPECTED009               | 311 ++++++++++++++++++-
 core/sql/regress/hive/TEST009                   | 106 ++++++-
 .../hive/TEST009_create_hbase_objects.hbase     |  55 ++++
 core/sql/sqlcomp/CmpDDLCatErrorCodes.h          |   2 +-
 core/sql/sqlcomp/CmpDescribe.cpp                |  11 +-
 core/sql/sqlcomp/CmpSeabaseDDL.h                |  10 +-
 core/sql/sqlcomp/CmpSeabaseDDLschema.cpp        |   8 +-
 core/sql/sqlcomp/CmpSeabaseDDLtable.cpp         | 242 ++++++++-------
 34 files changed, 848 insertions(+), 465 deletions(-)
----------------------------------------------------------------------