GitHub user srowen opened a pull request:

    https://github.com/apache/spark/pull/8033

    [SPARK-9613] [CORE] [WIP] Ban use of JavaConversions and migrate all 
existing uses to JavaConverters

    Replace JavaConversions implicits with JavaConverters (WIP)
    
    This is only ~20% of the occurrences in the code base. Most I've seen so 
far are necessary conversions; a few have been avoidable. None are in critical 
code as far as I see, yet.
    
    This is a preview to see if it's going in a direction that looks useful.
    
    Is the point to get rid of implicits only, or also replace 
`JavaConversions` with `JavaConverters`? I wasn't sure whether the latter is 
preferred.
    
    CC @JoshRosen @rxin 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srowen/spark SPARK-9613

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/8033.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8033
    
----
commit d2aed5a53f38207bcbcbb1bca7820165de2417f1
Author: Sean Owen <[email protected]>
Date:   2015-08-07T15:24:51Z

    Replace JavaConversions implicits with JavaConverters (WIP)

----


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