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 2018/01/10 00:55:46 UTC

[1/3] trafodion git commit: [TRAFODION-2898] fix sql regression failure

Repository: trafodion
Updated Branches:
  refs/heads/master 3dbfa89f9 -> fbd91855b


[TRAFODION-2898] fix sql regression failure


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

Branch: refs/heads/master
Commit: f6953c50d1e5d69357056ce7468a7833e9ecd03d
Parents: 8e332e5
Author: Liu Ming <ov...@sina.com>
Authored: Tue Jan 9 18:03:58 2018 +0000
Committer: Liu Ming <ov...@sina.com>
Committed: Tue Jan 9 18:03:58 2018 +0000

----------------------------------------------------------------------
 core/sql/regress/seabase/EXPECTED027 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/f6953c50/core/sql/regress/seabase/EXPECTED027
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/EXPECTED027 b/core/sql/regress/seabase/EXPECTED027
index 21b74c9..0d47779 100644
--- a/core/sql/regress/seabase/EXPECTED027
+++ b/core/sql/regress/seabase/EXPECTED027
@@ -714,7 +714,7 @@ create table t027t02 (a.a.a  int);
 >>-- cannot have col fam for aligned format tables
 >>create table t027t02 ("cf".a int) attribute aligned format;
 
-*** ERROR[4223] Column Family specification on columns of an aligned format table is not supported in this software version.
+*** ERROR[4223] Column Family specification on columns of an aligned format table is not supported in this software versioni or edition.
 
 --- SQL operation failed with errors.
 >>


[2/3] trafodion git commit: fix typo

Posted by hz...@apache.org.
fix typo


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

Branch: refs/heads/master
Commit: 0c5505c142bcc576b2b91d8acde53f8ba6e16df6
Parents: f6953c5
Author: Liu Ming <ov...@sina.com>
Authored: Tue Jan 9 18:12:53 2018 +0000
Committer: Liu Ming <ov...@sina.com>
Committed: Tue Jan 9 18:12:53 2018 +0000

----------------------------------------------------------------------
 core/sql/regress/seabase/EXPECTED027 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/0c5505c1/core/sql/regress/seabase/EXPECTED027
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/EXPECTED027 b/core/sql/regress/seabase/EXPECTED027
index 0d47779..67bcfd9 100644
--- a/core/sql/regress/seabase/EXPECTED027
+++ b/core/sql/regress/seabase/EXPECTED027
@@ -714,7 +714,7 @@ create table t027t02 (a.a.a  int);
 >>-- cannot have col fam for aligned format tables
 >>create table t027t02 ("cf".a int) attribute aligned format;
 
-*** ERROR[4223] Column Family specification on columns of an aligned format table is not supported in this software versioni or edition.
+*** ERROR[4223] Column Family specification on columns of an aligned format table is not supported in this software version or edition.
 
 --- SQL operation failed with errors.
 >>


[3/3] trafodion git commit: Merge [TRAFODION-2898] fix sql regression failure PR-1385

Posted by hz...@apache.org.
Merge [TRAFODION-2898] fix sql regression failure PR-1385


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

Branch: refs/heads/master
Commit: fbd91855b50c1f3b4879ce1aea4c68931a74d679
Parents: 3dbfa89 0c5505c
Author: Hans Zeller <hz...@apache.org>
Authored: Wed Jan 10 00:55:19 2018 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Wed Jan 10 00:55:19 2018 +0000

----------------------------------------------------------------------
 core/sql/regress/seabase/EXPECTED027 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------