Github user EEDY commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1288#discussion_r149039000
  
    --- Diff: core/sql/sqlcomp/CmpSeabaseDDLmd.h ---
    @@ -115,7 +115,8 @@ static const QString seabaseColumnsDDL[] =
       {"   hbase_col_qualifier varchar(40) character set iso88591 not null not 
serialized, "},
       {"   direction char(2) character set iso88591 not null not serialized, 
"},
       {"   is_optional char(2) character set iso88591 not null not serialized, 
"},
    -  {"   flags largeint not null not serialized "},
    +  {"   flags largeint not null not serialized, "},
    +  {"   comment VARCHAR(1000) CHARACTER SET UTF8 NOT NULL  NOT SERIALIZED 
"},
    --- End diff --
    
    Need more time to do this TEXT table modification.


---

Reply via email to