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

Atanu Mishra closed TRAFODION-141.
----------------------------------
       Resolution: Fixed
         Assignee:     (was: Hans Zeller)
    Fix Version/s: 1.0 (pre-incubation)

> LP Bug: 1246494 - Insert into a SALTed table sees MXCMP internal errors
> -----------------------------------------------------------------------
>
>                 Key: TRAFODION-141
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-141
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-general
>            Reporter: Weishiun Tsai
>            Priority: Critical
>             Fix For: 1.0 (pre-incubation)
>
>
> Insert data into a SALTed table sees MXCMP internal error 7000 and 2235, as 
> shown in the following examples:
> >>set schema seabase.mytest;
> --- SQL operation complete.
> >>create table t (a int not null not droppable) store by (a) salt using 1 
> >>partit
> ions;
> --- SQL operation complete.
> >>insert into t values (1),(2),(3);
> *** ERROR[7000] An internal error occurred in the code generator in file 
> ../gene
> rator/Generator.cpp at line 1303:
> ValueId 55 (SEABASE.MYTEST.T.SYSKEY...) not found in MapTable 0x7fffffff2760.
> *** ERROR[2235] MXCMP Internal Error: An unknown error, originated from file 
> ../
> generator/Generator.cpp at line 1661.
> *** ERROR[8822] The statement was not prepared.
> >>drop table t;
> --- SQL operation complete.
> >>create table t (a int not null not droppable) store by (a) salt using 4 
> >>partit
> ions;
> --- SQL operation complete.
> >>insert into t values (1),(2),(3);
> *** ERROR[7000] An internal error occurred in the code generator in file 
> ../gene
> rator/Generator.cpp at line 1303:
> ValueId 55 (SEABASE.MYTEST.T.SYSKEY...) not found in MapTable 0x7fffffff2760.
> *** ERROR[2235] MXCMP Internal Error: An unknown error, originated from file 
> ../
> generator/Generator.cpp at line 1661.
> *** ERROR[8822] The statement was not prepared.
> >>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to