GitHub user tianyi opened a pull request:
https://github.com/apache/phoenix/pull/100
PHOENIX-2112 support UTF8String for spark 1.4.0
In Spark 1.4.0, Phoenix-Spark will throw an exception when we put a filter
like `a='a'` , because phoenix did not recognize `UTF8String` as a String Type,
and then transform this expression to a=a
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tianyi/phoenix PHOENIX-2112
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/100.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 #100
----
commit 1d3648a0adeed2f6ce787c41b087d8238a1fa348
Author: Yi Tian <[email protected]>
Date: 2015-07-13T12:52:40Z
Update PhoenixRelation.scala
Add `UTF8String` support.
----
---
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.
---