GitHub user HyukjinKwon opened a pull request:
https://github.com/apache/spark/pull/12733
[SPARK-12143][SQL] Binary type support for Hive thrift server
## What changes were proposed in this pull request?
https://issues.apache.org/jira/browse/SPARK-12143
This PR adds the support for conversion between `SparkRow` in Spark and
`RowSet` in Hive for `BinaryType` as `Array[Byte]`
## How was this patch tested?
Unittests in `HiveThriftBinaryServerSuite` (regression test)
Closes #10139
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HyukjinKwon/spark SPARK-12143
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12733.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 #12733
----
commit d6877b23d6050d1d79a957b2db1738cc43a10d22
Author: hyukjinkwon <[email protected]>
Date: 2016-04-27T12:39:03Z
Binary type support for Hive thrift server
----
---
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]