Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20527#discussion_r166865177
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -132,6 +134,32 @@ class InMemoryCatalogedDDLSuite extends DDLSuite with
SharedSQLContext with Befo
checkAnswer(spark.table("t"), Row(Row("a", 1)) :: Nil)
}
}
+
+ // TODO: This test is copied from HiveDDLSuite, unify it later.
+ test("SPARK-23348: append data to data source table with saveAsTable") {
--- End diff --
maybe we can add this when unifying the test cases?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]