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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)