dongjoon-hyun commented on a change in pull request #25053: [SPARK-28252][SQL]
local/global temp views should not accept duplicate column names
URL: https://github.com/apache/spark/pull/25053#discussion_r302213002
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/ErrorPositionSuite.scala
##########
@@ -34,27 +34,16 @@ class ErrorPositionSuite extends QueryTest with
TestHiveSingleton with BeforeAnd
spark.catalog.dropTempView("src")
}
Seq((1, "")).toDF("key", "value").createOrReplaceTempView("src")
- Seq((1, 1, 1)).toDF("a", "a", "b").createOrReplaceTempView("dupAttributes")
Review comment:
Hi, @gatorsmile .
Could you give us some advice for this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]