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 2022/09/04 10:14:49 UTC

[GitHub] [spark] jyong-somnambulist commented on pull request #37792: add sparksql wirte mysql support update ,the design from replace into…

jyong-somnambulist commented on PR #37792:
URL: https://github.com/apache/spark/pull/37792#issuecomment-1236304477

   The modification points are: Spark SQL writing MySQL supports update
   Background and purpose In the current big data scenario, when writing to the MySQL relational database, the redundancy of data needs to be updated according to the primary key or unique key, so this operation is required
   Technical point: use MySQL's replace into syntax for technical transformation


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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