cloud-fan commented on a change in pull request #32355:
URL: https://github.com/apache/spark/pull/32355#discussion_r681527086
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/hints.scala
##########
@@ -213,6 +213,11 @@ trait HintErrorHandler {
*/
def joinNotFoundForJoinHint(hint: HintInfo): Unit
+ /**
+ * Callback for a join hint specified on a join that doesn't support this
build side.
Review comment:
if we only target for join hint, let's name it `joinHintNotSupported`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]