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

    https://github.com/apache/spark/pull/19823#discussion_r153127637
  
    --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala 
---
    @@ -2624,7 +2624,13 @@ class SQLQuerySuite extends QueryTest with 
SharedSQLContext {
         val e = intercept[AnalysisException](sql("SELECT nvl(1, 2, 3)"))
         assert(e.message.contains("Invalid number of arguments"))
       }
    -
    +  test("load command invalid path validation ") {
    --- End diff --
    
    nit: also blank lines


---

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

Reply via email to