maryannxue commented on a change in pull request #24653: [SPARK-27783][SQL] Add 
customizable hint error handler
URL: https://github.com/apache/spark/pull/24653#discussion_r287051167
 
 

 ##########
 File path: sql/core/src/test/scala/org/apache/spark/sql/JoinHintSuite.scala
 ##########
 @@ -281,7 +281,7 @@ class JoinHintSuite extends PlanTest with SharedSQLContext 
{
           JoinHint(
             Some(HintInfo(strategy = Some(SHUFFLE_HASH))),
             Some(HintInfo(strategy = Some(SHUFFLE_HASH)))) :: Nil,
-        msgNoHintRelationFound("d", "merge(b, d)") ::
+        msgNoHintRelationFound("d", "merge('b, 'd)") ::
 
 Review comment:
   That's the default output from the hint parameters. I simply called 
`toString` for all the parameters.

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

Reply via email to