Skip to content

Commit

Permalink
add jira id
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngone51 committed Jun 29, 2020
1 parent e4f8326 commit 28f46de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class UserDefinedTypeSuite extends QueryTest with SharedSparkSession with Parque
MyLabeledPoint(0.0, new TestUDT.MyDenseVector(Array(0.3, 3.0)))).toDF()


test("equal") {
test("SPARK-32090: equal") {
val udt1 = new ExampleBaseTypeUDT
val udt2 = new ExampleSubTypeUDT
val udt3 = new ExampleSubTypeUDT
Expand All @@ -145,7 +145,7 @@ class UserDefinedTypeSuite extends QueryTest with SharedSparkSession with Parque
assert(udt3 === udt2)
}

test("acceptsType") {
test("SPARK-32090: acceptsType") {
val udt1 = new ExampleBaseTypeUDT
val udt2 = new ExampleSubTypeUDT
assert(udt1.acceptsType(udt2))
Expand Down

0 comments on commit 28f46de

Please sign in to comment.