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

    https://github.com/apache/spark/pull/11895#discussion_r57277180
  
    --- Diff: 
sql/core/src/test/java/test/org/apache/spark/sql/JavaDataFrameSuite.java ---
    @@ -303,27 +305,42 @@ public void pivot() {
         Assert.assertEquals(30000.0, actual.get(1).getDouble(2), 0.01);
       }
     
    +  private String getResource(String resource) {
    +    try {
    +      // The following "getResource" has different behaviors in SBT and 
Maven.
    +      // When running in Jenkins, the file path may contain "@" when there 
are multiple
    +      // SparkPullRequestBuilders running in the same worker
    +      // (e.g., /home/jenkins/workspace/SparkPullRequestBuilder@2)
    +      // When running in SBT, "@" in the file path will be returned as 
"@", however,
    +      // when running in Maven, "@" will be encoded as "%40".
    --- End diff --
    
    I can reproduce this behavior by putting Spark to some folder containing 
"@" locally.


---
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