szehon-ho commented on PR #47233:
URL: https://github.com/apache/spark/pull/47233#issuecomment-2251363935

   Changed the api to be:
   
   ```
       spark.table(tableNameAsString)
         .update(Map("salary" -> lit(-1)))
         .where($"pk" >= 2)
         .execute()
   ```
   
   Can add option in a follow-up pr


-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to