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/06 16:07:35 UTC

[5/7] trafodion git commit: Fix for seabase/TEST002 failure with commit 5623b7df82adc37e15d8cfe25c39eb33f506b333

Fix for seabase/TEST002 failure with commit 5623b7df82adc37e15d8cfe25c39eb33f506b333


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

Branch: refs/heads/master
Commit: 3b54b364ff2f01956f9110fade27ee6765b3e050
Parents: 5623b7d
Author: selvaganesang <se...@esgyn.com>
Authored: Fri Apr 6 06:24:09 2018 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Fri Apr 6 06:24:09 2018 +0000

----------------------------------------------------------------------
 core/sql/executor/ExExeUtilGet.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/3b54b364/core/sql/executor/ExExeUtilGet.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/ExExeUtilGet.cpp b/core/sql/executor/ExExeUtilGet.cpp
index 3493024..97815ef 100644
--- a/core/sql/executor/ExExeUtilGet.cpp
+++ b/core/sql/executor/ExExeUtilGet.cpp
@@ -5841,7 +5841,7 @@ short ExExeUtilHiveMDaccessTcb::work()
                         (hcd ? hcd->type_ : hpd->type_),
                         (hcd ? hcd->name_ : hpd->name_),
                         hiveCat_, hiveSch_, htd->tblName_);
-		ExRaiseSqlError(getHeap(), &diagsArea_, -CLI_GET_METADATA_INFO_ERROR,
+		ExRaiseSqlError(getHeap(), &diagsArea_, CLI_GET_METADATA_INFO_ERROR,
                       NULL, NULL, NULL,
                       strP);
                 step_ = ADVANCE_ROW_;