GitHub user liancheng opened a pull request:

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

    [SPARK-3414][SQL] Stores analyzed logical plan when registering a temp table

    Case insensitivity breaks when unresolved relation contains attributes with 
uppercase letters in their names, because we store unanalyzed logical plan when 
registering temp tables while the `CaseInsensitivityAttributeReferences` batch 
runs before the `Resolution` batch. To fix this issue, we need to store 
analyzed logical plan.

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

    $ git pull https://github.com/liancheng/spark spark-3414

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

    https://github.com/apache/spark/pull/2293.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 #2293
    
----
commit d9fa1d6fa08582cd8e5ca8dff6da910710d2ffe7
Author: Cheng Lian <lian.cs....@gmail.com>
Date:   2014-09-05T19:47:23Z

    Stores analyzed logical plan when registering a temp table

----


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