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
fix jira nunber
  • Loading branch information
mgaido91 committed Mar 5, 2018
commit fc202c6fc5846b65e39d2fce6f4cdd13e6cd927a
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ObjectExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper {
mapEncoder.serializer.head, mapExpected, mapInputRow)
}

test("SPARK-23586: UnwrapOption should support interpreted execution") {
test("SPARK-23585: UnwrapOption should support interpreted execution") {
val cls = classOf[Option[Int]]
val inputObject = BoundReference(0, ObjectType(cls), nullable = true)
val unwrapObject = UnwrapOption(IntegerType, inputObject)
Expand Down