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

    https://github.com/apache/spark/pull/217#discussion_r11378555
  
    --- Diff: core/src/main/scala/org/apache/spark/TestUtils.scala ---
    @@ -42,6 +42,20 @@ object TestUtils {
       }
     
       /**
    +   * Create a jar that defines classes with the given names.
    +   *
    +   * Note: if this is used during class loader tests, class names should 
be unique
    +   * in order to avoid interference between tests.
    +   */
    +  def createJarWithClassesAndValue(classNames: Seq[String], value: 
Integer): URL = {
    --- End diff --
    
    I'd also just consolidate these by having `createJarWithClasses` call this 
and pass an unused value.


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

Reply via email to