Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
up ut name
  • Loading branch information
ulysses-you committed Jul 6, 2020
commit bbf63c91b614dae1c97cb20fb58b497ffe2c72f3
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class OptimizeInSuite extends PlanTest {
comparePlans(optimized, correctAnswer)
}

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