maropu commented on a change in pull request #25464: [SPARK-28746][SQL] Add
partitionby hint for sql queries
URL: https://github.com/apache/spark/pull/25464#discussion_r318399393
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveHints.scala
##########
@@ -143,22 +143,41 @@ object ResolveHints {
object ResolveCoalesceHints extends Rule[LogicalPlan] {
private val COALESCE_HINT_NAMES = Set("COALESCE", "REPARTITION")
+ private def createRepartitionByExpression(
Review comment:
Plz update the description in the top:
https://github.com/apache/spark/pull/25464/files#diff-746a6d090224c7cfbe15daa27fa27408R141
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]