I have been looking at ways to convert arrow
to parquet
and vice versa in Java.
Even though the Python library for arrow
has full support for the mentioned conversion, I can hardly find any documentation for the same in Java.
Has anyone come across such feature in arrow/parquet
Java libraries?