Github user gengliangwang commented on a diff in the pull request:
https://github.com/apache/spark/pull/22359#discussion_r215880694
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
---
@@ -803,6 +803,23 @@ class HiveDDLSuite
}
}
+ test("Insert overwrite directory should output correct schema") {
+ withSQLConf(CONVERT_METASTORE_PARQUET.key -> "false") {
--- End diff --
Add `withTable("tbl") {` here.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]