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:18:00 UTC

[jira] [Resolved] (CARBONDATA-3788) Fix insert failure during global sort with huge data in new insert flow

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

Ajantha Bhat resolved CARBONDATA-3788.
--------------------------------------
    Fix Version/s: 2.1.0
       Resolution: Fixed

https://github.com/apache/carbondata/pull/3732

> Fix insert failure during global sort with huge data in new insert flow 
> ------------------------------------------------------------------------
>
>                 Key: CARBONDATA-3788
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3788
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ajantha Bhat
>            Assignee: Ajantha Bhat
>            Priority: Major
>             Fix For: 2.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Spark is resuing the internalRow in global sort partition flow with huge data.
> As RDD of Internal row is persisted for global sort.
>  
> Need to have a copy and work on the internalRow before the last transform for global sort partition flow.



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