You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Yang, Yongfeng (JIRA)" <ji...@apache.org> on 2018/01/31 06:44:00 UTC

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

     [ https://issues.apache.org/jira/browse/TRAFODION-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yang, Yongfeng reassigned TRAFODION-2930:
-----------------------------------------

    Assignee: chenyunren  (was: Yang, Yongfeng)

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