There may be some work around this happening in Apache Iceberg (incubating). I don't know of other independent fully open source Arrow<->Parquet implementations in Java
On Mon, Jan 6, 2020 at 11:54 AM saurabh pratap singh <[email protected]> wrote: > > forgot to mention using JAVA > > On Thu, Jan 2, 2020 at 3:42 PM saurabh pratap singh <[email protected]> > wrote: > > > Hi > > > > I wanted to know whether there is a support/library available for > > writing arrow tables as parquet files. > > Meanwhile I tried writing my own converter where I am using > > SchemaConverter provided by arrow (to convert arrow schema to parquet ) > > Then Converting Arrow table to Group(ParquetExample Group reader/writer as > > a reference from parquet-mr) and dump as parquet .This works for > > primitive types without any issues but for nested types it will be little > > complicated so wanted to know if anything like this already exists or > > planned in near future . > > > > Please let me know if some other information is required from my side. > > > > Thanks in advance. > > > >
