Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18975#discussion_r137403025 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -2346,6 +2347,45 @@ abstract class DDLSuite extends QueryTest with SQLTestUtils { } } + test("insert overwrite directory") { --- End diff -- DDLSuite.scala is becoming bigger and bigger. Move these two data source only test cases to `org.apache.spark.sql.sources.InsertSuite`?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org