GitHub user scwf opened a pull request:

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

    [SPARK-5383][SQL] Multi alias names support

    Now spark sql does not support multi alias names, The following sql failed 
in spark-sql:
    `select key as (k1, k2), value as (v1, v2) from src limit 5`

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

    $ git pull https://github.com/scwf/spark multi-alias-names

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

    https://github.com/apache/spark/pull/4182.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 #4182
    
----
commit 4ca6773755a12fdc2f177436eb026d9414762f96
Author: wangfei <wangf...@huawei.com>
Date:   2015-01-23T09:14:33Z

    initial draft

commit 2d0a82051105f51a336dcc55d0f3a7cc544acf67
Author: scwf <wangf...@huawei.com>
Date:   2015-01-23T15:41:59Z

    added test case

commit 9b7e7c9aa02a2a29eab1c7ba08ee681543904d19
Author: scwf <wangf...@huawei.com>
Date:   2015-01-23T16:11:05Z

    minor fix

----


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