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

    https://github.com/apache/spark/pull/13837#discussion_r87723510
  
    --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R ---
    @@ -2684,8 +2684,7 @@ test_that("Call DataFrameWriter.load() API in Java 
without path and check argume
       # It makes sure that we can omit path argument in read.df API and then 
it calls
       # DataFrameWriter.load() without path.
       expect_error(read.df(source = "json"),
    -               paste("Error in loadDF : analysis error - Unable to infer 
schema for JSON at .",
    -                     "It must be specified manually"))
    +               paste("Error in loadDF : illegal argument - 'path' is not 
specified"))
    --- End diff --
    
    I recall this test is intentionally testing without path argument?
    cc @HyukjinKwon 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to