How to save org.apache.arrow.vector.VectorSchemaRoot into parquet file in Java API
Hi team,
Could you please provide info regarding how to save Apache Arrow org.apache.arrow.vector.VectorSchemaRoot into Apache Parquet file in Java API and update related project documentation. This possibility available in CPP and Python API.
Regards, Igor
Hi @igor-suhorukov,
Unfortunately, writing to Parquet files is not yet supported in Java. You would have to hand-off the data to CPP and use the CPP Dataset API
@lwhite1 thank your for advice. But it I try this as workaround for https://github.com/apache/arrow/issues/13760 to save Arrow data Vector from JVM based solution in Parquet instead of Arrow file format. But anyway this feature would be useful in future in java based solution for data export like QuestDB database
Related PR #14151 but it works only from ArrowReader, not from VectorSchemaRoot