GitHub user piaozhexiu opened a pull request:
https://github.com/apache/spark/pull/6604
[SPARK-6909][SQL] Remove Hive Shim code
This is a follow-up on #6393. I am removing the following files in this PR.
```
./sql/hive/v0.13.1/src/main/scala/org/apache/spark/sql/hive/Shim13.scala
./sql/hive-thriftserver/v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala
```
Basically, I re-factored the shim code as follows-
* Rewrote code directly with Hive 0.13 libraries, or
* Converted code into private methods, or
* Extracted code into separate classes
But for leftover code that didn't fit in any of these cases, I created a
HiveShim object. For eg, helper functions which wrap Hive 0.13 methods to work
around Hive bugs are placed here.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/piaozhexiu/spark SPARK-6909
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6604.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 #6604
----
commit 5dccc20cc8afea828ad24df25305b74ba50fce41
Author: Cheolsoo Park <[email protected]>
Date: 2015-06-03T02:10:26Z
Remove hive shim code
----
---
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]