Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1385#discussion_r160552998
--- Diff: 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.
--- End diff --
"versioni" is misspelled (should be "version"). Perhaps it is misspelled in
bin/SqlciErrors.txt also?
---