Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20227#discussion_r161003157
--- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/AlreadyExistException.scala
---
@@ -33,6 +33,9 @@ class TableAlreadyExistsException(db: String, table: String)
class TempTableAlreadyExistsException(table: String)
extends AnalysisException(s"Temporary table '$table' already exists")
--- End diff --
You just need to change `Temporary table` to `Temporary view`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org
|