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

    https://github.com/apache/spark/pull/15666#discussion_r104360211
  
    --- Diff: R/pkg/inst/tests/testthat/test_context.R ---
    @@ -167,6 +167,18 @@ test_that("spark.lapply should perform simple 
transforms", {
       sparkR.session.stop()
     })
     
    +test_that("add jar should work and allow usage of the jar on the driver 
node", {
    --- End diff --
    
    This seems failed as below:
    
    ```
    1. Error: add jar should work and allow usage of the jar on the driver node 
(@test_context.R#174) 
    java.lang.IllegalArgumentException: Illegal character in path at index 12: 
string:///C:\Users\appveyor\AppData\Local\Temp\1\RtmpCqEUJL\testjar\sparkrTests\DummyClassForAddJarTest.java
        at java.net.URI.create(URI.java:852)
        at 
org.apache.spark.TestUtils$.org$apache$spark$TestUtils$$createURI(TestUtils.scala:119)
        at 
org.apache.spark.TestUtils$JavaSourceFromString.<init>(TestUtils.scala:123)
    ```
    
    (Sorry, I left the comments in a wrong line)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to