GitHub user bogdanrdc opened a pull request:

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

    [SPARK-13721][SQL] Make GeneratorOuter unresolved.

    ## What changes were proposed in this pull request?
    
    This is a small change to make GeneratorOuter always unresolved. It is 
mostly no-op change but makes it more clear since GeneratorOuter shouldn't 
survive analysis phase.
    This requires also handling in ResolveAliases rule.
    
    ## How was this patch tested?
    Existing generator tests.

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

    $ git pull https://github.com/bogdanrdc/spark PR16958

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

    https://github.com/apache/spark/pull/17026.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 #17026
    
----
commit 2cb75525a90a8400228f344a82dde8f3ffe4422f
Author: Reynold Xin <[email protected]>
Date:   2017-02-16T15:02:45Z

    [SPARK-13721][SQL] Make GeneratorOuter unresolved.

commit 4e819a0deef906d14e884685f784ae649133dff6
Author: Bogdan Raducanu <[email protected]>
Date:   2017-02-22T12:28:28Z

    fix ResolveAliases

commit 5e25c63569a0e1d0018aff2d2790bdf84f45b34c
Author: Bogdan Raducanu <[email protected]>
Date:   2017-02-22T12:29:24Z

    Merge remote-tracking branch 'upstream/master' into PR16958

commit c6e8807338b76239afb3ebbb7b9a57b1bb362cc9
Author: Bogdan Raducanu <[email protected]>
Date:   2017-02-22T12:30:59Z

    space

----


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