Github user wzhfy commented on a diff in the pull request:
https://github.com/apache/spark/pull/19747#discussion_r151042051
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala
---
@@ -68,6 +69,48 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils
with TestHiveSingleton {
import hiveContext._
import spark.implicits._
+ test("SPARK-22431: table ctas - illegal nested type") {
--- End diff --
Put all illegal cases together since they share the same logic except the
sql statements?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]