Skip to content

Conversation

@tianyi
Copy link
Contributor

@tianyi tianyi commented Feb 11, 2015

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;

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@marmbrus
Copy link
Contributor

ok to test

@SparkQA
Copy link

SparkQA commented Feb 11, 2015

Test build #27278 has started for PR 4524 at commit 237a256.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Feb 11, 2015

Test build #27278 has finished for PR 4524 at commit 237a256.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27278/
Test PASSed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are going to merge this, can you add javadoc for these two methods to explain what they do, and what the differences are?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also they should be private or at least protected.

@asfgit asfgit closed this in 44b2311 Feb 11, 2015
@marmbrus
Copy link
Contributor

I merged this since we're close to the deadline. Thanks!

Please address @rxin comments in a follow up.

asfgit pushed a commit that referenced this pull request Feb 11, 2015
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;
```

Author: tianyi <[email protected]>

Closes #4524 from tianyi/SPARK-3688 and squashes the following commits:

237a256 [tianyi] resolve a name with table.column pattern first.

(cherry picked from commit 44b2311)
Signed-off-by: Michael Armbrust <[email protected]>
rxin added a commit to rxin/spark that referenced this pull request Feb 11, 2015
@rxin
Copy link
Contributor

rxin commented Feb 11, 2015

FYI I added more inline comment #4539

asfgit pushed a commit that referenced this pull request Feb 11, 2015
As a follow-up to #4524

Author: Reynold Xin <[email protected]>

Closes #4539 from rxin/SPARK-3688 and squashes the following commits:

5ac56c7 [Reynold Xin] exists
da8eea4 [Reynold Xin] [SPARK-3688][SQL] More inline comments for LogicalPlan.

(cherry picked from commit fa6bdc6)
Signed-off-by: Reynold Xin <[email protected]>
asfgit pushed a commit that referenced this pull request Feb 11, 2015
As a follow-up to #4524

Author: Reynold Xin <[email protected]>

Closes #4539 from rxin/SPARK-3688 and squashes the following commits:

5ac56c7 [Reynold Xin] exists
da8eea4 [Reynold Xin] [SPARK-3688][SQL] More inline comments for LogicalPlan.
@tianyi tianyi deleted the SPARK-3688 branch February 12, 2015 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants