ajantha-bhat opened a new pull request #3694: [CARBONDATA-3763] Fix wrong 
insert result during insert stage command
URL: https://github.com/apache/carbondata/pull/3694
 
 
    ### Why is this PR needed?
   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
    
    ### What changes were proposed in this PR?
   Copy the internalRow after the last transform.
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - Yes (added validation)
   
      

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to