GitHub user tianyi opened a pull request:
https://github.com/apache/spark/pull/4524
[SPARK-3688][SQL]LogicalPlan can't resolve column correctlly
This PR fixed the resolving problem described in
https://issues.apache.org/jira/browse/SPARK-3688
```
CREATE TABLE t1(x INT);
CREATE TABLE t2(a STRUCT<x: INT>, k INT);
SELECT a.x FROM t1 a JOIN t2 b ON a.x = b.k;
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tianyi/spark SPARK-3688
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4524.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 #4524
----
commit 09bc3f2c09ee93008c6dbfb0f38b9050dbec72e0
Author: tianyi <[email protected]>
Date: 2015-02-10T08:32:27Z
resolve an name with table.column pattern first.
----
---
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]