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/04/30 06:24:00 UTC

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

Ajantha Bhat created CARBONDATA-3788:
----------------------------------------

             Summary: 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


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)