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

    https://github.com/apache/spark/pull/21775#discussion_r203920736
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala 
---
    @@ -2250,6 +2251,22 @@ class HiveDDLSuite
         }
       }
     
    +  test("desc formatted table for last access verification") {
    +    withTable("t1") {
    +      sql(s"create table" +
    +        s" if not exists t1 (c1_int int, c2_string string, c3_float 
float)")
    --- End diff --
    
    nit:
    
    ```scala
    sql(
            "CREATE TABLE IF NOT EXISTS t1 (c1_int INT, c2_string STRING, 
c3_float FLOAT)")
    ```


---

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

Reply via email to