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

    https://github.com/apache/spark/pull/1744#discussion_r15782487
  
    --- Diff: python/pyspark/__init__.py ---
    @@ -53,7 +53,8 @@
     # mllib that depend on top level pyspark packages, which transitively 
depend on python's random.
     # Since Python's import logic looks for modules in the current package 
first, we eliminate
     # mllib.random as a candidate for C{import random} by removing the first 
search path, the script's
    -# location, in order to force the loader to look in Python's top-level 
modules for C{random}.
    +# location, in order to force the loader to look in Python's top-level
    --- End diff --
    
    Hmm, I'll look into it. It makes the comment block look weird. I let 
`autopep8` have its way with some of the files, so that may be it.


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