Skip to content

Commit 6ad657c

Browse files
committed
fix.
1 parent 3be3475 commit 6ad657c

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/sources/InsertSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class InsertSuite extends DataSourceTest with SharedSQLContext {
346346
}
347347
}
348348

349-
test("create table and view with comment") {
349+
test("SPARK-21203 wrong results of insertion of Array of Struct") {
350350
val tabName = "tab1"
351351
withTable(tabName) {
352352
spark.sql(

0 commit comments

Comments
 (0)