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 <[email protected]> Authored: Tue Jan 9 18:03:58 2018 +0000 Committer: Liu Ming <[email protected]> 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. >>
