File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/test/scala/org/apache/spark/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ class JsonProtocolSuite extends SparkFunSuite {
484484 testAccumValue(Some (" anything" ), 123 , JString (" 123" ))
485485 }
486486
487- test(" forwards compatibility: ignore unknown fields" ) {
487+ test(" SPARK-30936: forwards compatibility - ignore unknown fields" ) {
488488 val expected = TestListenerEvent (" foo" , 123 )
489489 val unknownFieldsJson =
490490 """ {
@@ -496,7 +496,7 @@ class JsonProtocolSuite extends SparkFunSuite {
496496 assert(JsonProtocol .sparkEventFromJson(parse(unknownFieldsJson)) === expected)
497497 }
498498
499- test(" backwards compatibility: set default values for missing fields" ) {
499+ test(" SPARK-30936: backwards compatibility - set default values for missing fields" ) {
500500 val expected = TestListenerEvent (" foo" , 0 )
501501 val unknownFieldsJson =
502502 """ {
You can’t perform that action at this time.
0 commit comments