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-8561][SQL]drop table under specific database #6951

Closed
wants to merge 4 commits into from

Conversation

baishuo
Copy link
Contributor

@baishuo baishuo commented Jun 23, 2015

we run the following code
hivecontext.sql("use dbname")
hivecontext.sql("drop table tablename")

it will drop the table under "default"

@SparkQA
Copy link

SparkQA commented Jun 23, 2015

Test build #35544 has finished for PR 6951 at commit 2bc3e7a.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 23, 2015

Test build #35552 has finished for PR 6951 at commit 2893b77.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 25, 2015

Test build #35751 has finished for PR 6951 at commit 3ba7913.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 25, 2015

Test build #35755 has finished for PR 6951 at commit c09cb9f.

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

@marmbrus
Copy link
Contributor

marmbrus commented Sep 3, 2015

I believe this issue is fixed in master and we can close this issue.

@asfgit asfgit closed this in 804a012 Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants