You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/09/26 12:20:00 UTC

[jira] [Commented] (ARROW-2972) [Python] Implement inference logic for uint64 conversions in builtin_convert.cc

    [ https://issues.apache.org/jira/browse/ARROW-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16628673#comment-16628673 ] 

Antoine Pitrou commented on ARROW-2972:
---------------------------------------

I think this would be a misfeature. Right now {{pa.array}} always infers {{int64}} for integers if no type is given. If we change this, users will sometimes get unsigned arrays, perhaps unknowingly. It can have ripple effects on computations and silently produce bogus data.

> [Python] Implement inference logic for uint64 conversions in builtin_convert.cc
> -------------------------------------------------------------------------------
>
>                 Key: ARROW-2972
>                 URL: https://issues.apache.org/jira/browse/ARROW-2972
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 0.13.0
>
>
> This is not implemented now. I am adding an xfail unit test in ARROW-2814



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)