Commits


Bryan Cutler authored and liyafan82 committed e396d4fa644
ARROW-13872: [Java] ExtensionTypeVector does not work with RangeEqualsVisitor This adds the ExtensionTypeVector to the VectorVisitor interface and implements that method for the existing visitors. Now when visitor like RangeEqualsVisitor that uses another ExtensionTypeVector, they can both use the visitor on the underlying storage vector. Closes #11073 from BryanCutler/java-extension-compare Authored-by: Bryan Cutler <cutlerb@gmail.com> Signed-off-by: liyafan82 <fan_li_ya@foxmail.com>