Hans Zeller created TRAFODION-1459:
--------------------------------------

             Summary: SHOWDDL shows incorrect CAST in DIVISION BY clause
                 Key: TRAFODION-1459
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1459
             Project: Apache Trafodion
          Issue Type: Bug
            Reporter: Hans Zeller


When creating a divisioned table, in some cases we need to use a cast operator, 
such as in 

create table  tdiv(a int not null primary key)
DIVISION BY (CAST(a/10000 AS INTEGER NOT NULL));

The SHOWDDL command will not show the NOT NULL in this syntax.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to