[ 
https://issues.apache.org/jira/browse/TRAFODION-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16072961#comment-16072961
 ] 

ASF GitHub Bot commented on TRAFODION-2675:
-------------------------------------------

GitHub user zellerh opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1161

    [TRAFODION-2675] Fix for seabase/TEST010 failure

    When extracting text, don't include any NUL (0) bytes in the result.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zellerh/incubator-trafodion bug/r2.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1161.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 #1161
    
----
commit 27b7671aed4c3be711176cb547f557592b24751f
Author: Hans Zeller <[email protected]>
Date:   2017-07-03T22:24:09Z

    [TRAFODION-2675] Fix for seabase/TEST010 failure
    
    When extracting text, don't include any NUL (0) bytes in the result.

----


> 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)

Reply via email to