You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by traflm <gi...@git.apache.org> on 2018/01/09 23:20:05 UTC

[GitHub] trafodion pull request #1385: [TRAFODION-2898] fix sql regression failure

GitHub user traflm opened a pull request:

    https://github.com/apache/trafodion/pull/1385

    [TRAFODION-2898] fix sql regression failure

    seabase 027 test fail due to message content changes

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/traflm/incubator-trafodion TRAFODION-2898

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafodion/pull/1385.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1385
    
----
commit f6953c50d1e5d69357056ce7468a7833e9ecd03d
Author: Liu Ming <ov...@...>
Date:   2018-01-09T18:03:58Z

    [TRAFODION-2898] fix sql regression failure

----


---

[GitHub] trafodion pull request #1385: [TRAFODION-2898] fix sql regression failure

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafodion/pull/1385


---

[GitHub] trafodion pull request #1385: [TRAFODION-2898] fix sql regression failure

Posted by DaveBirdsall <gi...@git.apache.org>.
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?


---