GitHub user viirya opened a pull request:

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

    [SPARK-14354][SQL] Let Expand take name expressions and infer output 
attributes

    ## What changes were proposed in this pull request?
    JIRA: https://issues.apache.org/jira/browse/SPARK-14354
    
    Currently we create `Expand` operator by specifying projections 
(`Seq[Seq[Expression]]`) and its output. We allow `Expand` to reuse child 
operator's attributes and so make its constraints invalid when we change the 
corresponding values of these attributes (e.g., making them null when doing a 
roll up). We should let it take name expressions and infer output itself.
    
    ## How was this patch tested?
    
    Modified `ConstraintPropagationSuite`.


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

    $ git pull https://github.com/viirya/spark-1 expand-name-expr

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

    https://github.com/apache/spark/pull/12138.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 #12138
    
----
commit 376d2e1c910acf017d562199a471a2bc62fc2207
Author: Liang-Chi Hsieh <sim...@tw.ibm.com>
Date:   2016-04-03T13:28:55Z

    Infer Expand output from projections.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to