Commits


liyafan82 authored and Micah Kornfield committed 500b8282c88
ARROW-6366: [Java] Make field vectors final explicitly According to the discussion in https://lists.apache.org/thread.html/836d3b87ccb6e65e9edf0f220829a29edfa394fc2cd1e0866007d86e@%3Cdev.arrow.apache.org%3E, field vectors should not be extended, so they should be made final explicitly. Closes #5204 from liyafan82/fly_0827_final and squashes the following commits: a8f4abb71 <liyafan82> Make field vectors final explicitly Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>