[
https://issues.apache.org/jira/browse/PHOENIX-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Mahonin updated PHOENIX-2112:
----------------------------------
Attachment: PHOENIX-2112-v2.patch
Update Yi Tian's patch with missing include statement. Also bump Spark version
to 1.4.0. These dependencies are 'provided' anyway, so this shouldn't affect
compatibility with previous versions of Spark.
No new unit tests are necessary here, the upgrade to 1.4.0 requires the
PhoenixRelation fix for all the tests to run.
Also clean up invoking the 'escapeSql' function to call the one provided in
phoenix.util.StringUtil instead
> 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
> Assignee: Josh Mahonin
> Attachments: PHOENIX-2112-v2.patch
>
>
> 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)