cloud-fan commented on a change in pull request #26025:
[SPARK-28892][SQL][followup] add resolved logical plan for UPDATE TABLE
URL: https://github.com/apache/spark/pull/26025#discussion_r331831130
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisErrorSuite.scala
##########
@@ -532,7 +532,7 @@ class AnalysisErrorSuite extends AnalysisTest {
Seq(a, Alias(InSubquery(Seq(a), ListQuery(LocalRelation(b))), "c")()),
LocalRelation(a))
assertAnalysisError(plan, "Predicate sub-queries can only be used" +
- " in Filter/DeleteFromTable" :: Nil)
+ " in Filter" :: Nil)
Review comment:
`SupportsSubquery` is an internal class and end-users don't know what it is.
So I just put "a few commands", see
https://github.com/apache/spark/pull/26025/files#diff-1d14ac233eac6f233c027dba0bdf871dR608
----------------------------------------------------------------
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]