-
- Downloads
[SPARK-19670][SQL][TEST] Enable Bucketed Table Reading and Writing Testing 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 <gatorsmile@gmail.com> Closes #17004 from gatorsmile/mvTestCaseForBuckets.
Showing
- sql/core/src/test/scala/org/apache/spark/sql/sources/BucketedReadSuite.scala 20 additions, 10 deletions...cala/org/apache/spark/sql/sources/BucketedReadSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/sources/BucketedWriteSuite.scala 23 additions, 11 deletions...ala/org/apache/spark/sql/sources/BucketedWriteSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/sources/BucketedReadWithHiveSupportSuite.scala 28 additions, 0 deletions.../spark/sql/sources/BucketedReadWithHiveSupportSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/sources/BucketedWriteWithHiveSupportSuite.scala 30 additions, 0 deletions...spark/sql/sources/BucketedWriteWithHiveSupportSuite.scala
Loading
Please register or sign in to comment