You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ajantha Bhat (Jira)" <ji...@apache.org> on 2020/10/12 07:20:00 UTC

[jira] [Resolved] (CARBONDATA-3763) wrong insert result during insert stage command

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

Ajantha Bhat resolved CARBONDATA-3763.
--------------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

> wrong insert result during insert stage command
> -----------------------------------------------
>
>                 Key: CARBONDATA-3763
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3763
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ajantha Bhat
>            Assignee: Ajantha Bhat
>            Priority: Major
>             Fix For: 2.0.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> problem:
> For insertStageCommand, spark is reusing the internalRow as two times we transform from RDD[InternalRow] -> dataframe -> logical Plan -> RDD[InternalRow]. So, same data is inserted on other rows
>  
> solution: Copy the internalRow after the last transform.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)