You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gatorsmile <gi...@git.apache.org> on 2018/01/11 16:27:39 UTC

[GitHub] spark pull request #20227: [SPARK-23035][SQL] Fix warning: TEMPORARY TABLE ....

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