Commits


Ryan Murray authored and Bryan Cutler committed 3f9f566c227
ARROW-6110: [Java][Integration] Support LargeList Type and add integration test with C++ Add large list and ensure it works with Integration tests. As noted in the JIRA ticket this is rather limited as the underlying vector doesn't support int64 addressing The important downcasts to int32 have been noted for a follow up once vectors with long addresses are supported Closes #7275 from rymurr/ARROW-6110 Authored-by: Ryan Murray <rymurr@dremio.com> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>