GitHub user rxin opened a pull request:

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

    [SPARK-9085][SQL] Remove LeafNode, UnaryNode, BinaryNode from TreeNode.

    This builds on #7433 but also removes LeafNode/UnaryNode. These are 
slightly more complicated to remove. I had to change some abstract classes to 
traits in order for it to work.


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

    $ git pull https://github.com/rxin/spark remove-binary-unary-leaf-node

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

    https://github.com/apache/spark/pull/7434.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 #7434
    
----
commit 1881f78dd08c18c9311ffb36b9355a3505a32e9e
Author: Reynold Xin <[email protected]>
Date:   2015-07-15T23:10:17Z

    [SPARK-9086][SQL] Remove BinaryNode from TreeNode.
    
    These traits are not super useful, and yet cause problems with toString in 
expressions due to the orders they are mixed in.

commit 43eeb120785d85341c0270a74ac562ab9fb5784a
Author: Reynold Xin <[email protected]>
Date:   2015-07-15T23:56:05Z

    [SPARK-9085][SQL] Remove LeafNode, UnaryNode, BinaryNode from TreeNode.

----


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