Yang, Yongfeng created TRAFODION-2675:
-----------------------------------------
Summary: 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)