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 3be3475 commit 6ad657cCopy full SHA for 6ad657c
sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala
@@ -346,7 +346,7 @@ class InsertSuite extends DataSourceTest with SharedSQLContext {
346
}
347
348
349
- test("create table and view with comment") {
+ test("SPARK-21203 wrong results of insertion of Array of Struct") {
350
val tabName = "tab1"
351
withTable(tabName) {
352
spark.sql(
0 commit comments