[
https://issues.apache.org/jira/browse/TRAFODION-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706027#comment-14706027
]
ASF GitHub Bot commented on TRAFODION-1459:
-------------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-trafodion/pull/63
> 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
> Assignee: 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)