You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/01 01:27:00 UTC

[jira] [Commented] (TRAFODION-2930) [FIRST N] will cause sqlci core dump.

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

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

GitHub user kakaxi3019 opened a pull request:

    https://github.com/apache/trafodion/pull/1430

    fix TRAFODION-2930 [FIRST N] will cause sqlci core dump

    

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

    $ git pull https://github.com/kakaxi3019/trafodion trafodion-2930

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

    https://github.com/apache/trafodion/pull/1430.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 #1430
    
----
commit 28e0c559180a0fca488047c29e993a21eef15a5a
Author: kakaxi3019 <ju...@...>
Date:   2018-02-01T01:23:46Z

    fix TRAFODION-2930 [FIRST N] will cause sqlci core dump

----


> [FIRST N] will cause sqlci core dump.
> -------------------------------------
>
>                 Key: TRAFODION-2930
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2930
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-cmp
>    Affects Versions: 2.4
>            Reporter: Yang, Yongfeng
>            Assignee: chenyunren
>            Priority: Major
>
> {color:#000000}>>create table mytable(id int);{color} 
> {color:#000000}    {color} 
> {color:#000000}--- SQL operation complete.{color} 
> {color:#000000}>>insert into mytable values(1);{color}
> {color:#000000}--- 1 row(s) inserted.{color} 
> {color:#000000}>>select [first 600000000000] * from mytable;  {color} 
> {color:#000000}*** EXECUTOR ASSERTION FAILURE{color} 
> {color:#000000}*** Time: Fri Jan 26 06:48:54 2018{color} 
> {color:#000000}*** Process: 13301{color} 
> {color:#000000}*** File: ../executor/ExFirstN.cpp{color} 
> {color:#000000}*** Line: 383{color} 
> {color:#000000}*** Message: ExFirstNTcb::work(): only last 0 and last 1 supported.{color} 
> {color:#000000}Aborted (core dumped){color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)