[Python] Converting Python Schema Object to Java Schema Object

2022-05-21 Thread Srinivas Lade
Hi dev@arrow, The pyarrow.jvm library contains the schema() function which can convert a schema object from the arrow java library to a python object that pyarrow can use. Is there a function that does the opposite: convert a pyarrow schema to a java arrow schema?

[Python] Converting Python Schema Object to Java Schema Object

2022-05-20 Thread Srinivas Lade
Hi dev@arrow, The pyarrow.jvm library contains the schema() function which can convert a schema object from the arrow java library to a python object that pyarrow can use. Is there a function that does the opposite: convert a pyarrow schema to a java arrow schema?