Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/11402#issuecomment-190571986
  
    @oliverpierson I haven't seen this test fails in the master build. If I'm 
correct, we control the random seed in the master branch resulting 
deterministic behavior. But we don't have it in branch-1.6. If that is the 
case, we can either backport the commit that implements `setSeed` 
(https://github.com/apache/spark/commit/574571c87098795a2206a113ee9ed4bafba8f00f)
 or backport it but hide the public APIs and fix the seed on branch-1.6 (so we 
don't expose new APIs). @srowen Which one do you prefer?


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