GitHub user petermaxlee opened a pull request:

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

    [SPARK-17034][SQL] Minor code cleanup for UnresolvedOrdinal

    ## What changes were proposed in this pull request?
    I was looking at the code for UnresolvedOrdinal and made a few small 
changes to make it slightly more clear:
    
    1. Rename the rule to SubstituteUnresolvedOrdinals which is more consistent 
with other rules that start with verbs. Note that this is still inconsistent 
with CTESubstitution and WindowsSubstitution.
    2. Broke the test suite down from a single test case to three test cases.
    
    ## How was this patch tested?
    This is a minor cleanup.

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

    $ git pull https://github.com/petermaxlee/spark SPARK-17034

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

    https://github.com/apache/spark/pull/14672.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 #14672
    
----
commit 0f4434865e42c3f9175930f590dcb5e667b517b2
Author: petermaxlee <[email protected]>
Date:   2016-08-16T20:50:37Z

    [SPARK-17034][SQL] Minor code cleanup for UnresolvedOrdinal

----


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