turboFei commented on issue #24610: [SPARK-27716][SQL] Complete the 
transactions support for part of jdbc datasource operations.
URL: https://github.com/apache/spark/pull/24610#issuecomment-494852332
 
 
   > I don't know this part well, but I'm pretty sure that the transaction is 
supposed to be per partition. These writes must happen separately
   
   Yes, you are right, the transaction is supposed to be per partition.
   But for  the all partitions, it is not in a single transaction.
   For some cases, we can use accumulator to make the save operation for all 
partitions in a single transaction.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to