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

    https://github.com/apache/spark/pull/13665#discussion_r67079184
  
    --- Diff: dev/run-tests.py ---
    @@ -335,7 +335,7 @@ def build_spark_maven(hadoop_version):
     def build_spark_sbt(hadoop_version):
         # Enable all of the profiles for the build:
         build_profiles = get_hadoop_profiles(hadoop_version) + 
modules.root.build_profile_flags
    -    sbt_goals = ["package",
    +    sbt_goals = ["test:package",  # Build test jars as some tests depend 
on them
    --- End diff --
    
    I think that this is correct. LGTM pending tests.


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