You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2017/10/05 14:56:41 UTC

[1/2] incubator-trafodion git commit: Fix for regression failure in hive/TEST007.

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master b469d3bb6 -> 4706888f1


Fix for regression failure in hive/TEST007.

Missing TRAFODION in metadata query.


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

Branch: refs/heads/master
Commit: 753ab825b8f4234691ea3d83c75dfc8b5c3e6c62
Parents: b469d3b
Author: Hans Zeller <hz...@apache.org>
Authored: Wed Oct 4 16:40:08 2017 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Wed Oct 4 16:40:08 2017 +0000

----------------------------------------------------------------------
 core/sql/ustat/hs_globals.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/753ab825/core/sql/ustat/hs_globals.cpp
----------------------------------------------------------------------
diff --git a/core/sql/ustat/hs_globals.cpp b/core/sql/ustat/hs_globals.cpp
index 660ddfe..dbc4b9c 100644
--- a/core/sql/ustat/hs_globals.cpp
+++ b/core/sql/ustat/hs_globals.cpp
@@ -8482,7 +8482,8 @@ Lng32 HSGlobalsClass::groupListFromTable(HSColGroupStruct*& groupList,
       schemaName = "SEABASE";
     if (!schemaName.isNull())
       {
-        NAString queryStr = "SELECT count(*) FROM \"_MD_\".OBJECTS WHERE SCHEMA_NAME='" + schemaName + 
+        NAString queryStr = "SELECT count(*) FROM TRAFODION.\"_MD_\".OBJECTS WHERE SCHEMA_NAME='" +
+                            schemaName + 
                             "' AND OBJECT_NAME='SB_HISTOGRAMS' AND OBJECT_TYPE='BT';";
         HSCursor cursor;
         retcode = cursor.prepareQuery(queryStr.data(), 0, 1);


[2/2] incubator-trafodion git commit: Merge Fix for regression failure in hive/TEST007. PR-1256

Posted by hz...@apache.org.
Merge Fix for regression failure in hive/TEST007. PR-1256


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

Branch: refs/heads/master
Commit: 4706888f1c6ba23f23340a3e4400e98310fbdf65
Parents: b469d3b 753ab82
Author: Hans Zeller <hz...@apache.org>
Authored: Thu Oct 5 14:56:17 2017 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Thu Oct 5 14:56:17 2017 +0000

----------------------------------------------------------------------
 core/sql/ustat/hs_globals.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------