Hi Saloni, You will need arrow-vector for the steam classes https://search.maven.org/artifact/org.apache.arrow/arrow-vector/2.0.0/jar
And arrow-memory-netty for a memory manager https://search.maven.org/artifact/org.apache.arrow/arrow-memory-netty/2.0.0/jar On Mon, Nov 9, 2020, 1:32 AM Saloni Udani <[email protected]> wrote: > Hello, > I want to use the latest arrow 2.0.0 with java implementation but I am not > able to figure out which exact dependencies to include. I want to use a > simple arrow stream writer and arrow stream reader. > > Kindly guide on how to decide which jars to include from > https://search.maven.org/search?q=g:org.apache.arrow%20AND%20v:2.0.0 > > > Thanks > Saloni Udani >
