I agree, it would also be good to run with some of the fuzzed IPC files. On Fri, Mar 6, 2020 at 6:20 AM Wes McKinney <wesmck...@gmail.com> wrote:
> Seems useful. It may be a good idea to run within integration tests as > an extra sanity check also > > On Fri, Mar 6, 2020 at 2:27 AM Ji Liu <niki...@aliyun.com.invalid> wrote: > > > > > > Hi all, > > In C++ side, we already have array validate functionality[1] but no > similar functionality in Java side. > > I was thinking if we should port this into Java implementation? Since we > already has visitor interface[2] and it seems not very complicated. I > created an issue to track this[3]. > > > > > > Thanks, > > Ji Liu > > > > [1] > https://github.com/apache/arrow/blob/6600a39ffe149971afd5ad3c78c2b538cdc03cfd/cpp/src/arrow/array/validate.h > > [2] > https://github.com/apache/arrow/blob/6600a39ffe149971afd5ad3c78c2b538cdc03cfd/java/vector/src/main/java/org/apache/arrow/vector/compare/VectorVisitor.java > > [3] https://issues.apache.org/jira/browse/ARROW-8020 >