You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/07/16 23:59:02 UTC

[jira] [Created] (ARROW-1225) [Python] pyarrow.array does not attempt to convert bytes to UTF8 when passed a StringType

Wes McKinney created ARROW-1225:
-----------------------------------

             Summary: [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
             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)