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
add jira id
  • Loading branch information
Ngone51 committed Jul 9, 2020
commit 08749bd0c1c2e6524866c7eb8e36e3c0ffb57835
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ class UDFSuite extends QueryTest with SharedSparkSession {
}
}

test("Use Utils.getSimpleName to avoid hitting Malformed class name") {
test("SPARK-32238: Use Utils.getSimpleName to avoid hitting Malformed class name") {
OuterScopes.addOuterScope(MalformedClassObject)
val f1 = new MalformedClassObject.MalformedNonPrimitiveFunction()
val f2 = new MalformedClassObject.MalformedPrimitiveFunction()
Expand Down