Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-7123] [SQL] support table.star in sqlcontext #5690

Closed
wants to merge 1 commit into from

Conversation

scwf
Copy link
Contributor

@scwf scwf commented Apr 24, 2015

Run following sql get error
SELECT r.* FROM testData l join testData2 r on (l.key = r.a)

@SparkQA
Copy link

SparkQA commented Apr 24, 2015

Test build #30937 has finished for PR 5690 at commit 3b2e2b6.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@scwf scwf changed the title [SPARK-7123] [SQL] fixed table.star in sqlcontext [SPARK-7123] [SQL] support table.star in sqlcontext Apr 25, 2015
@SparkQA
Copy link

SparkQA commented Apr 27, 2015

Test build #30975 has started for PR 5690 at commit 3b2e2b6.

@scwf
Copy link
Contributor Author

scwf commented Apr 29, 2015

Retest this please

@SparkQA
Copy link

SparkQA commented Apr 30, 2015

Test build #31349 has finished for PR 5690 at commit 3b2e2b6.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@scwf
Copy link
Contributor Author

scwf commented May 1, 2015

Is this ok to go? @marmbrus

@asfgit asfgit closed this in 473552f May 1, 2015
@marmbrus
Copy link
Contributor

marmbrus commented May 1, 2015

Thanks, merged to master.

@scwf scwf deleted the tablestar branch May 1, 2015 01:59
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
Run following sql get error
`SELECT r.*
FROM testData l join testData2 r on (l.key = r.a)`

Author: scwf <[email protected]>

Closes apache#5690 from scwf/tablestar and squashes the following commits:

3b2e2b6 [scwf] support table.star
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
Run following sql get error
`SELECT r.*
FROM testData l join testData2 r on (l.key = r.a)`

Author: scwf <[email protected]>

Closes apache#5690 from scwf/tablestar and squashes the following commits:

3b2e2b6 [scwf] support table.star
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
Run following sql get error
`SELECT r.*
FROM testData l join testData2 r on (l.key = r.a)`

Author: scwf <[email protected]>

Closes apache#5690 from scwf/tablestar and squashes the following commits:

3b2e2b6 [scwf] support table.star
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.

3 participants