We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe36294 commit c13d1e3Copy full SHA for c13d1e3
sql/core/src/test/scala/org/apache/spark/sql/execution/RowFormatConvertersSuite.scala
@@ -92,7 +92,7 @@ class RowFormatConvertersSuite extends SparkPlanTest {
92
)
93
}
94
95
- test("SPARK-9683: we should deep copy UTF8String when convert unsafe row to safe row") {
+ test("SPARK-9683: copy UTF8String when convert unsafe array/map to safe") {
96
SparkPlan.currentContext.set(TestSQLContext)
97
val schema = ArrayType(StringType)
98
val rows = (1 to 100).map { i =>
0 commit comments