LuciferYang commented on PR #38575:
URL: https://github.com/apache/spark/pull/38575#issuecomment-1310402593

   Is the sparkr UTs failure is related to this one?
   
   https://github.com/itholic/spark/actions/runs/3425639144/jobs/5708796073
   
   ```
   ══ Failed 
══════════════════════════════════════════════════════════════════════
   ── 1. Failure ('test_sparkSQL.R:3993'): Call DataFrameWriter.load() API in 
Java 
   `read.df("arbitrary_path")` threw an error with unexpected message.
   Expected match: "Error in load : analysis error - Path does not exist"
   Actual message: "Error in load : analysis error - [PATH_NOT_FOUND] Path does 
not exist: file:/__w/spark/spark/arbitrary_path."
   Backtrace:
     1. testthat::expect_error(read.df("arbitrary_path"), "Error in load : 
analysis error - Path does not exist")
          at test_sparkSQL.R:3993:2
     6. SparkR::read.df("arbitrary_path")
     7. SparkR:::handledCallJMethod(read, "load")
     8. base::tryCatch(...)
     9. base (local) tryCatchList(expr, classes, parentenv, handlers)
    10. base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
    11. value[[3L]](cond)
    12. SparkR:::captureJVMException(e, method)
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to