GitHub user dansanduleac opened a pull request:

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

    [SPARK-23795][[LAUNCHER] Make AbstractLauncher#self() protected

    ## What changes were proposed in this pull request?
    
    Make `AbstractLauncher#self()` protected.
    The class is `public abstract` but because `self()` is package-private, it 
cannot actually be implemented, which seems like an oversight.
    
    ## How was this patch tested?
    
    https://github.com/palantir/spark/pull/341

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

    $ git pull https://github.com/palantir/spark 
ds/fix-abstract-launcher-upstream

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

    https://github.com/apache/spark/pull/20905.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 #20905
    
----
commit f0ddf426c2ef55871dfa5a0aee6d4e8be3a0e254
Author: Dan Sanduleac <dsanduleac@...>
Date:   2018-03-26T14:07:24Z

    Make AbstractLauncher#self() protected

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to