[
https://issues.apache.org/jira/browse/ARROW-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764406#comment-15764406
]
Uwe L. Korn commented on ARROW-417:
-----------------------------------
{{same-sized chunks}} is a lot easier as we can then just call Equals methods
of the underlying arrays. {{equal contents with differing chunk size}} is more
complicated as it needs additional logic.
> C++: Add Equals implementation to compare ChunkedArrays
> -------------------------------------------------------
>
> Key: ARROW-417
> URL: https://issues.apache.org/jira/browse/ARROW-417
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Uwe L. Korn
> Labels: beginner, newbie
>
> The {{arrow::ChunkedArray}} class is missing a method to compare it to other
> {{arrow::ChunkedArray}} instances. There should be one implemented in the way
> the {{Equals}} implementation is done in the subclasses of {{arrow::Array}}
> and is needed to provide a way to compare {{arrow::Column}} instances.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)