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

[jira] [Commented] (ARROW-3230) [Python] Missing comparisons on ChunkedArray, Table

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

Krisztian Szucs commented on ARROW-3230:
----------------------------------------

@tanya What do You think about this one? This is mostly about implementing [___eq___|https://github.com/apache/arrow/blob/master/python/pyarrow/types.pxi#L134-L138] for Table and ChunkedArray classes.

> [Python] Missing comparisons on ChunkedArray, Table
> ---------------------------------------------------
>
>                 Key: ARROW-3230
>                 URL: https://issues.apache.org/jira/browse/ARROW-3230
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>    Affects Versions: 0.10.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 0.13.0
>
>
> Table and ChunkedArray equality are not implemented, meaning they fall back on identity. Instead they should invoke equals(), as on Column.



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