Skip to content

Commit

Permalink
fllow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Oct 16, 2019
1 parent 6b58893 commit 25f31dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ trait CheckAnalysis extends PredicateHelper {
case _: Filter | _: SupportsSubquery | _: Join => // Ok
case _ =>
failAnalysis(s"IN/EXISTS predicate sub-queries can only be used in" +
s" Filter and a few commands: $plan")
s" Filter/SupportsSubquery/Join and a few commands: $plan")
}
}

Expand Down

0 comments on commit 25f31dc

Please sign in to comment.