GitHub user aray opened a pull request:

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

    [SPARK-12205][SQL] Pivot fails Analysis when aggregate is UnresolvedFunction

    Delays application of ResolvePivot until all aggregates are resolved to 
prevent problems with UnresolvedFunction and adds unit test

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

    $ git pull https://github.com/aray/spark sql-pivot-unresolved-function

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

    https://github.com/apache/spark/pull/10202.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 #10202
    
----
commit 8a3f5552a89a8c365e4fbafa6ee16a0c50e15bac
Author: Andrew Ray <[email protected]>
Date:   2015-12-08T16:49:05Z

    Delays application of ResolvePivot until all aggregates are resolved to 
prevent problems with UnresolvedFunction and unit test

----


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