HyukjinKwon commented on a change in pull request #32550:
URL: https://github.com/apache/spark/pull/32550#discussion_r640503378
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/hints.scala
##########
@@ -172,6 +172,14 @@ case object NO_BROADCAST_HASH extends JoinStrategyHint {
override def hintAliases: Set[String] = Set.empty
}
+/**
+ * An internal hint to encourage shuffle hash join, used by adaptive query
execution.
+ */
+case object PREFER_SHUFFLE_HASH extends JoinStrategyHint {
Review comment:
Can we add some user-facing docs?
--
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]