Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21100#discussion_r183601024 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala --- @@ -896,6 +896,25 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext { } } + test("SPARK-24012 Union of map and other compatible columns") { --- End diff -- cc @gatorsmile , what's the policy for end-to-end tests? Shall we add it in both the sql golden file and `SQLQuerySuite`?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org