GitHub user scwf opened a pull request:
https://github.com/apache/spark/pull/5690
[SPARK-7123] [SQL] fixed table.star in sqlcontext
Run following sql get error
`SELECT r.*
FROM testData l join testData2 r on (l.key = r.a)`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scwf/spark tablestar
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5690.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 #5690
----
commit 3b2e2b6a2e1b3f56c8944f62b2f184bebf7bac24
Author: scwf <[email protected]>
Date: 2015-04-24T13:50:32Z
support table.star
----
---
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]