Commits


liyafan82 authored and Bryan Cutler committed 51108e3ac55
ARROW-6111: [Java] Support LargeVarChar and LargeBinary types These types of vectors are also variable width vectors. However, they have a offset width of 8, so the underlying data buffer can be over 2GB in size. Closes #6425 from liyafan82/fly_0210_large Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>