[
https://issues.apache.org/jira/browse/ARROW-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733542#comment-15733542
]
Julien Le Dem commented on ARROW-411:
-------------------------------------
I'd vote for a Comparator in arrow-vector module that would have those methods.
[~icexelloss] If you want to propose a pull request, I'd be happy to review.
> [Java] Move Intergration.compare and Intergration.compareSchemas to a public
> utils class
> ----------------------------------------------------------------------------------------
>
> Key: ARROW-411
> URL: https://issues.apache.org/jira/browse/ARROW-411
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Java - Vectors
> Reporter: Li Jin
>
> I am writing a integration test for a application that uses arrow to transfer
> data. I didn't to find a easy way to compare two arrow record batches and end
> up using compare and compareSchemas from
> https://github.com/apache/arrow/blob/master/java/tools/src/main/java/org/apache/arrow/tools/Integration.java
> (After making local changes to make them public)
> Can we provide a utility class used for validating arrow data for downstream
> users?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)