GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/17004
[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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gatorsmile/spark mvTestCaseForBuckets
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17004.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #17004
----
commit 980e08ef0c4da375d13c4bfe1e919543f988b222
Author: Xiao Li <[email protected]>
Date: 2017-02-19T17:03:44Z
move
commit 0b1a41ba0ca251215bf9de1cee48ca2a206f1539
Author: Xiao Li <[email protected]>
Date: 2017-02-19T17:04:27Z
Merge remote-tracking branch 'upstream/master' into mvTestCaseForBuckets
commit 7a35f16e0f6f51cd2cf9db0171658d047c4a711b
Author: Xiao Li <[email protected]>
Date: 2017-02-19T17:47:48Z
add a new test suite
commit 18ff98c1e56a6245ef46af021cdabd942686dff5
Author: Xiao Li <[email protected]>
Date: 2017-02-20T17:23:27Z
Merge remote-tracking branch 'upstream/master' into mvTestCaseForBuckets
commit 4c94cef6516af85a8ecc18896e75c936c43e450d
Author: Xiao Li <[email protected]>
Date: 2017-02-20T17:49:32Z
move BucketedRead
commit e8d0fc26eadf59a34c8362dcd5f191ec9935eda6
Author: Xiao Li <[email protected]>
Date: 2017-02-20T17:50:53Z
style fix.
commit 444aae8ee300f40b104abc0bdd192a3a4c7064b5
Author: Xiao Li <[email protected]>
Date: 2017-02-20T17:51:13Z
style fix.
commit 3ecf1872550b72d5eb21e607e23fb07f503ba2f2
Author: Xiao Li <[email protected]>
Date: 2017-02-20T17:55:50Z
style fix.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]