Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20227#discussion_r161781792
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/AlreadyExistException.scala
---
@@ -31,7 +31,7 @@ class TableAlreadyExistsException(db: String, table:
String)
extends AnalysisException(s"Table or view '$table' already exists in
database '$db'")
class TempTableAlreadyExistsException(table: String)
--- End diff --
shall we rename it to `TempViewAlreadyExistsException`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]