Hi Team ,
I am trying to write data into tabular format : CSV file after processing the data retrieved from dremio using apache arrow flight connector using JAVA .
How can I write(batch) the processed data using apache arrow in tabular format - CSV (or parquet file) using JAVA. Plan is to store these data to azure data storage further post processing .