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 2016/05/16 17:40:38 UTC

[3/5] incubator-trafodion git commit: Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch

Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch


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

Branch: refs/heads/master
Commit: e4791e72b47b1ac15af223c4832064155db009b0
Parents: 3a6a615 1407692
Author: Anuradha Hegde <an...@esgyn.com>
Authored: Mon May 9 16:57:42 2016 +0000
Committer: Anuradha Hegde <an...@esgyn.com>
Committed: Mon May 9 16:57:42 2016 +0000

----------------------------------------------------------------------
 core/sql/executor/ExHdfsScan.h           |  1 +
 core/sql/exp/ExpPCodeClauseGen.cpp       |  1 +
 core/sql/exp/exp_clause.cpp              |  6 +-
 core/sql/exp/exp_clause_derived.h        |  9 ++-
 core/sql/exp/exp_conv.cpp                | 13 +++-
 core/sql/generator/GenItemFunc.cpp       | 16 ++++-
 core/sql/generator/GenRelScan.cpp        | 14 +++-
 core/sql/optimizer/ItemExpr.cpp          |  2 +
 core/sql/optimizer/ItemFunc.h            |  8 +++
 core/sql/regress/hive/EXPECTED005        | 97 +++++++++++++++++++++++++++
 core/sql/regress/hive/TEST005            | 40 +++++++++++
 core/sql/regress/hive/TEST005_a.hive.sql | 16 +++++
 core/sql/regress/hive/tbl_bad.data       |  8 +++
 13 files changed, 221 insertions(+), 10 deletions(-)
----------------------------------------------------------------------