You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/22 15:27:48 UTC

[GitHub] [spark] turboFei edited a comment on issue #24610: [SPARK-27716][SQL] Complete the transactions support for part of jdbc datasource operations.

turboFei edited a comment 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.
   @srowen 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org