You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2016/01/13 02:46:22 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-1742] Rework, misplaced parenthesis

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master a331938ba -> e489ec147


[TRAFODION-1742] Rework, misplaced parenthesis

A misplaced paranthesis caused the previous change to not work as expected.


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

Branch: refs/heads/master
Commit: 88a5cb4c18d067625e8d5ee83f7da2bde92db6a6
Parents: b8999c8
Author: Suresh Subbiah <su...@apache.org>
Authored: Tue Jan 12 20:47:33 2016 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Tue Jan 12 20:47:33 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/88a5cb4c/core/sql/executor/hiveHook.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/hiveHook.cpp b/core/sql/executor/hiveHook.cpp
index 7c6bdbe..523bf0a 100644
--- a/core/sql/executor/hiveHook.cpp
+++ b/core/sql/executor/hiveHook.cpp
@@ -319,7 +319,7 @@ struct hive_sd_desc* populateSD(HiveMetaData *md, Int32 mainSdID,
   
   // TODO : loop over SDs
   if (findAToken(md, tblStr, pos, "sd:StorageDescriptor(", 
-                 "getTableDesc::sd:StorageDescriptor(###"),FALSE)
+                 "getTableDesc::sd:StorageDescriptor(###)",FALSE))
     return NULL;
 
   return result;


[2/2] incubator-trafodion git commit: Merge remote branch 'origin/pr/264/head' into merge_264

Posted by sa...@apache.org.
Merge remote branch 'origin/pr/264/head' into merge_264


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

Branch: refs/heads/master
Commit: e489ec1471fb54db401eaccac232e9a9d1536af5
Parents: a331938 88a5cb4
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Wed Jan 13 01:45:57 2016 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Wed Jan 13 01:45:57 2016 +0000

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