beliefer opened a new pull request, #50524:
URL: https://github.com/apache/spark/pull/50524

   ### What changes were proposed in this pull request?
   This PR aims to make MERGE INTO/UPDATE/DELETE support join hint.
   
   
   ### Why are the changes needed?
   This feature request aims to enhance Spark SQL by adding support for join 
hints in `MERGE INTO`, `UPDATE`, and `DELETE` operations. Join hints can help 
optimize query execution by providing the Spark SQL engine with additional 
information about how to perform joins more efficiently. This improvement will 
allow users to specify join strategies (e.g., broadcast, shuffle) directly 
within these operations, leading to potentially significant performance gains 
in large-scale data processing scenarios.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   Just inner change.
   
   
   ### How was this patch tested?
   GA.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   'No'.
   


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