Li Jin created ARROW-411: ---------------------------- Summary: [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: Bug 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)