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/03/24 16:53:57 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-1720] rework, fix a bug in it

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 10e61eb7a -> 2857b3e97


[TRAFODION-1720] rework, fix a bug in it


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

Branch: refs/heads/master
Commit: f9fdf8d19582575f49c6241af709c5785765b979
Parents: 741e52a
Author: Liu Ming <ov...@sina.com>
Authored: Wed Mar 23 06:53:44 2016 +0000
Committer: Liu Ming <ov...@sina.com>
Committed: Wed Mar 23 06:53:44 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f9fdf8d1/core/sql/generator/GenRelScan.cpp
----------------------------------------------------------------------
diff --git a/core/sql/generator/GenRelScan.cpp b/core/sql/generator/GenRelScan.cpp
index a919958..b56a7ae 100644
--- a/core/sql/generator/GenRelScan.cpp
+++ b/core/sql/generator/GenRelScan.cpp
@@ -232,7 +232,7 @@ int HbaseAccess::createAsciiColAndCastExpr(Generator * generator,
   // HIVE_FILE_CHARSET can only be empty or GBK
   else if (  needTranslate == TRUE )
   {
-      asciiType =  new (h) SQLVarChar(sizeof(Int64)/2, newGivenType->supportsSQLnull(),
+      asciiType =  new (h) SQLVarChar(sizeof(Int64), newGivenType->supportsSQLnull(),
                                       FALSE, FALSE, CharInfo::GBK);
   }
   else


[2/2] incubator-trafodion git commit: Merge [TRAFODION-1720] PR 400 Rework of an earlier change

Posted by db...@apache.org.
Merge [TRAFODION-1720] PR 400 Rework of an earlier change


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

Branch: refs/heads/master
Commit: 2857b3e9724e05b3a5be5effef91cfe042aa6f7f
Parents: 10e61eb f9fdf8d
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Mar 24 15:53:12 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Mar 24 15:53:12 2016 +0000

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