Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20659#discussion_r172588801
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/SQLViewSuite.scala ---
@@ -371,7 +371,7 @@ abstract class SQLViewSuite extends QueryTest with
SQLTestUtils {
test("correctly handle ALTER VIEW") {
withTable("jt2") {
withView("testView") {
- sql("CREATE VIEW testView AS SELECT id FROM jt")
+ sql("CREATE VIEW testView AS SELECT 1 as c1 FROM jt")
--- End diff --
It is unrelated change and looks wrong.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]