Skip to content

Commit bbf63c9

Browse files
committed
up ut name
1 parent 6594601 commit bbf63c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/OptimizeInSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class OptimizeInSuite extends PlanTest {
239239
comparePlans(optimized, correctAnswer)
240240
}
241241

242-
test("SPARK-32196: Extract convertible part if In is not convertible") {
242+
test("SPARK-32196: Extract In convertible part if it is not convertible") {
243243
val originalQuery1 =
244244
testRelation
245245
.where(In(UnresolvedAttribute("a"), Seq(Literal(1), UnresolvedAttribute("b"))))

0 commit comments

Comments
 (0)