Skip to content

Commit c13d1e3

Browse files
committed
change test name
1 parent fe36294 commit c13d1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/RowFormatConvertersSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class RowFormatConvertersSuite extends SparkPlanTest {
9292
)
9393
}
9494

95-
test("SPARK-9683: we should deep copy UTF8String when convert unsafe row to safe row") {
95+
test("SPARK-9683: copy UTF8String when convert unsafe array/map to safe") {
9696
SparkPlan.currentContext.set(TestSQLContext)
9797
val schema = ArrayType(StringType)
9898
val rows = (1 to 100).map { i =>

0 commit comments

Comments
 (0)