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

    https://github.com/apache/spark/pull/5787#discussion_r29395906
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -1686,7 +1687,8 @@ class SparkContext(config: SparkConf) extends Logging 
with ExecutorAllocationCli
         val callSite = getCallSite
         logInfo("Starting job: " + callSite.shortForm)
         val start = System.nanoTime
    -    val result = dagScheduler.runApproximateJob(rdd, func, evaluator, 
callSite, timeout,
    +    val cleanedFunc = clean(func)
    +    val result = dagScheduler.runApproximateJob(rdd, cleanedFunc, 
evaluator, callSite, timeout,
    --- End diff --
    
    No need to clean here.


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