cloud-fan commented on a change in pull request #32932:
URL: https://github.com/apache/spark/pull/32932#discussion_r657076883



##########
File path: docs/sql-ref-syntax-qry-select-hints.md
##########
@@ -51,6 +51,15 @@ specified, multiple nodes are inserted into the logical 
plan, but the leftmost h
 
   The `REPARTITION_BY_RANGE` hint can be used to repartition to the specified 
number of partitions using the specified partitioning expressions. It takes 
column names and an optional partition number as parameters.
 
+* **REBALANCE_PARTITIONS**
+
+  The `REBALANCE_PARTITIONS` hint can be used to rebalance the query result 
output partitions, so that

Review comment:
       nit: the other hint docs on this page are just one line, which may be 
more standard in markdown. Let's follow it and remove \n here.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to