[
https://issues.apache.org/jira/browse/TRAFODION-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16072753#comment-16072753
]
ASF GitHub Bot commented on TRAFODION-2675:
-------------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-trafodion/pull/1157
> sqlci will core dump when select on a table with where clause "1 = 2"
> ---------------------------------------------------------------------
>
> Key: TRAFODION-2675
> URL: https://issues.apache.org/jira/browse/TRAFODION-2675
> Project: Apache Trafodion
> Issue Type: Bug
> Reporter: Yang, Yongfeng
> Assignee: Yang, Yongfeng
>
> sqlci will core dump when select on a table with where clause '1 = 2', and
> the table is store by a char(2000) column.
> 1. create table t1(c1 char(2000)) not null not droppable) store by (c1 asc);
> 2. select * from t1 where 1=2;
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)