Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19117#discussion_r137142830
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala 
---
    @@ -812,7 +812,7 @@ abstract class DDLSuite extends QueryTest with 
SQLTestUtils {
             sql("ALTER TABLE tab1 RENAME TO default.tab2")
           }
           assert(e.getMessage.contains(
    -        "RENAME TEMPORARY TABLE from '`tab1`' to '`default`.`tab2`': " +
    +        "RENAME TEMPORARY VIEW from '`tab1`' to '`default`.`tab2`': " +
    --- End diff --
    
    We can rename this test name from `rename temporary table...` to ``rename 
temporary view...`.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to