Skip to content

Conversation

@gatorsmile
Copy link
Member

What changes were proposed in this pull request?

We do not have any Hive-specific parser. It does not make sense to keep a parser-specific test suite HiveDDLCommandSuite.scala in the Hive package. This PR is to remove it.

How was this patch tested?

N/A

@gatorsmile
Copy link
Member Author

cc @cloud-fan


// TODO: merge this with DDLSuite (SPARK-14441)
class DDLCommandSuite extends PlanTest {
class DDLCommandSuite extends PlanTest with SharedSQLContext {
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we rename it to DDLParserSuite?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure.

@cloud-fan
Copy link
Contributor

LGTM

@SparkQA
Copy link

SparkQA commented Aug 22, 2017

Test build #80956 has finished for PR 19015 at commit 191bde1.

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

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM.

@SparkQA
Copy link

SparkQA commented Aug 22, 2017

Test build #80957 has finished for PR 19015 at commit 391c4db.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
  • class DDLParserSuite extends PlanTest with SharedSQLContext

@SparkQA
Copy link

SparkQA commented Aug 22, 2017

Test build #80973 has finished for PR 19015 at commit 641988a.

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

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@asfgit asfgit closed this in be72b15 Aug 22, 2017
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.

4 participants