Commits


tianchen authored and Neal Richardson committed c9304129d71
ARROW-6662: [Java] Implement equals/approxEquals API for VectorSchemaRoot Related to [ARROW-6662](https://issues.apache.org/jira/browse/ARROW-6662). Currently with the new added visitor APIs(ARROW-6211), we could implement equals/approxEquals for VectorSchemaRoot. Closes #5630 from tianchen92/ARROW-6662 and squashes the following commits: c6a30d719 <tianchen> resolve comments 0dd113682 <tianchen> reuse Range object cd3706e39 <tianchen> ARROW-6662: Implement equals/approxEquals API for VectorSchemaRoot Authored-by: tianchen <niki.lj@alibaba-inc.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>