[
https://issues.apache.org/jira/browse/ARROW-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-1225.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 946
[https://github.com/apache/arrow/pull/946]
> [Python] pyarrow.array does not attempt to convert bytes to UTF8 when passed
> a StringType
> -----------------------------------------------------------------------------------------
>
> Key: ARROW-1225
> URL: https://issues.apache.org/jira/browse/ARROW-1225
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Fix For: 0.6.0
>
>
> This code works in py3 but fails in py2.7
> {code}
> import pyarrow as pa
> pa.array(['a', 'b', 'c'], type=pa.string())
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)