[
https://issues.apache.org/jira/browse/ARROW-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15732848#comment-15732848
]
Wes McKinney commented on ARROW-411:
------------------------------------
or add an instance method {{compare}} to {{VectorSchemaRoot}}. I'll defer to
[~julienledem] on the most idiomatic way to do this
> [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)