Skip to content

Conversation

@gatorsmile
Copy link
Member

What changes were proposed in this pull request?

Bucketed table reading and writing does not need Hive support. We can move the test cases from sql/hive to sql/core. After this PR, we can improve the test case coverage. Bucket table reading and writing can be tested with and without Hive support.

How was this patch tested?

N/A

@SparkQA
Copy link

SparkQA commented Feb 20, 2017

Test build #73180 has finished for PR 17004 at commit 3ecf187.

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

@gatorsmile
Copy link
Member Author

cc @cloud-fan @tejasapatil

assume(spark.sparkContext.conf.get(CATALOG_IMPLEMENTATION) == "in-memory")
}

override protected def fileFormatsToTest: Seq[String] = Seq("parquet", "json")
Copy link
Contributor

Choose a reason for hiding this comment

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

curious : why is orc not in this list ?

Copy link
Member Author

Choose a reason for hiding this comment

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

orc is not available in sql/core package. : (

@tejasapatil
Copy link
Contributor

LGTM with a minor nit

@gatorsmile
Copy link
Member Author

retest this please

@SparkQA
Copy link

SparkQA commented Feb 22, 2017

Test build #73239 has finished for PR 17004 at commit 3ecf187.

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

@gatorsmile
Copy link
Member Author

Thanks! Merging to master.

@asfgit asfgit closed this in 1a45d2b Feb 22, 2017
Yunni pushed a commit to Yunni/spark that referenced this pull request Feb 27, 2017
…sting Without Hive Support

### What changes were proposed in this pull request?
Bucketed table reading and writing does not need Hive support. We can move the test cases from `sql/hive` to `sql/core`. After this PR, we can improve the test case coverage. Bucket table reading and writing can be tested with and without Hive support.

### How was this patch tested?
N/A

Author: Xiao Li <[email protected]>

Closes apache#17004 from gatorsmile/mvTestCaseForBuckets.
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