GitHub user viirya opened a pull request:

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

    [SPARK-24635][SQL] Remove Blocks class from JavaCode class hierarchy 

    ## What changes were proposed in this pull request?
    
    The `Blocks` class in `JavaCode` class hierarchy is not necessary. Its 
function can be taken by `CodeBlock`. We should remove it to make simpler class 
hierarchy.
    
    ## How was this patch tested?
    
    Existing tests.


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

    $ git pull https://github.com/viirya/spark-1 SPARK-24635

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

    https://github.com/apache/spark/pull/21619.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 #21619
    
----
commit b035bbe7a2a8395bbe1d1163dc590510dab62b79
Author: Liang-Chi Hsieh <viirya@...>
Date:   2018-06-23T07:35:41Z

    Remove Blocks class.

----


---

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

Reply via email to