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
Fixed JIRA ticket prefix in test case description
  • Loading branch information
rednaxelafx authored Sep 26, 2020
commit d7aeded2141a45ac770fb2926a3ed1ef55420fec
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ class TreeNodeSuite extends SparkFunSuite with SQLHelper {
case class MalformedNameExpression(child: Expression) extends TaggingExpression
}

test("SC-32999: TreeNode.nodeName should not throw malformed class name error") {
test("SPARK-32999: TreeNode.nodeName should not throw malformed class name error") {
val testTriggersExpectedError = try {
classOf[MalformedClassObject.MalformedNameExpression].getSimpleName
false
Expand Down