[
https://issues.apache.org/jira/browse/TRAFODION-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16069402#comment-16069402
]
ASF GitHub Bot commented on TRAFODION-2675:
-------------------------------------------
GitHub user andyyangcn opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1157
[TRAFODION-2675] Fix sqlci core dump issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andyyangcn/incubator-trafodion bugfix1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1157.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1157
----
commit 344fd865915e0f39810ad8e4b3c3c753bcb36c3d
Author: Andy Yang <[email protected]>
Date: 2017-06-30T02:00:53Z
[TRAFODION-2675] Fix sqlci core dump issue.
----
> 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)