We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6594601 commit bbf63c9Copy full SHA for bbf63c9
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/OptimizeInSuite.scala
@@ -239,7 +239,7 @@ class OptimizeInSuite extends PlanTest {
239
comparePlans(optimized, correctAnswer)
240
}
241
242
- test("SPARK-32196: Extract convertible part if In is not convertible") {
+ test("SPARK-32196: Extract In convertible part if it is not convertible") {
243
val originalQuery1 =
244
testRelation
245
.where(In(UnresolvedAttribute("a"), Seq(Literal(1), UnresolvedAttribute("b"))))
0 commit comments