You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2018/04/19 23:19:21 UTC

[2/2] trafodion git commit: Merge PR 1528 [TRAFODION-3009] Streamline error handling in Executor utility commands

Merge PR 1528 [TRAFODION-3009] Streamline error handling in Executor utility commands 


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

Branch: refs/heads/master
Commit: 9ebcfba5ad3bbdd0ac9addb4f68c53a12b444e55
Parents: 8af8b95 7eaf88d
Author: selvaganesang <se...@apache.org>
Authored: Thu Apr 19 23:17:43 2018 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Thu Apr 19 23:17:43 2018 +0000

----------------------------------------------------------------------
 core/sql/cli/Context.cpp                        |   1 -
 core/sql/executor/ExExeUtil.h                   |   6 +-
 core/sql/executor/ExExeUtilCli.cpp              |   2 +
 core/sql/executor/ExExeUtilCli.h                |   1 +
 core/sql/executor/ExExeUtilCommon.cpp           |   2 +-
 core/sql/executor/ExExeUtilExplain.cpp          |  10 +-
 core/sql/executor/ExExeUtilGet.cpp              |   6 +-
 core/sql/executor/ExExeUtilLoad.cpp             |  21 +--
 core/sql/executor/ExExeUtilMisc.cpp             |  52 ++------
 core/sql/executor/HiveClient_JNI.cpp            | 133 ++++++++++++++-----
 core/sql/executor/HiveClient_JNI.h              |  11 +-
 core/sql/exp/ExpHbaseInterface.cpp              |   1 -
 core/sql/exp/ExpHbaseInterface.h                |   1 +
 core/sql/sqlcomp/CmpSeabaseDDLauth.cpp          |   1 -
 .../main/java/org/trafodion/sql/HiveClient.java | 114 +++++++++-------
 15 files changed, 204 insertions(+), 158 deletions(-)
----------------------------------------------------------------------