ulysses-you opened a new pull request #25464: [SPARK-28746][SQL] Add 
partitionby hint  for sql queries
URL: https://github.com/apache/spark/pull/25464
 
 
   ## What changes were proposed in this pull request?
   
   Now, `RepartitionByExpression` is allowed at Dataset method 
`Dataset.repartition()`. But in spark sql,  we do not have an equivalent 
functionality. 
   In hive, we can use `distribute by`, so it's worth to add a hint to support 
such function.
   Similar jira [SPARK-24940](https://issues.apache.org/jira/browse/SPARK-24940)
   
   ## How was this patch tested?
   UT

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


With regards,
Apache Git Services

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

Reply via email to