[
https://issues.apache.org/jira/browse/PHOENIX-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624606#comment-14624606
]
ASF GitHub Bot commented on PHOENIX-2112:
-----------------------------------------
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.
----
> Phoenix-Spark need to support UTF8String for spark 1.4.0
> --------------------------------------------------------
>
> Key: PHOENIX-2112
> URL: https://issues.apache.org/jira/browse/PHOENIX-2112
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.4.0
> Reporter: Yi Tian
>
> In Spark 1.4.0, Phoenix-Spark will throw an exception when we put a filter
> like *a='a'* , because phoenix did not recognized {{UTF8String}} as a String
> Type, and then transform this expression to *a=a*
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)