You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/31 21:25:34 UTC

[GitHub] [arrow] igor-suhorukov opened a new issue, #13759: How to save org.apache.arrow.vector.VectorSchemaRoot into parquet file in Java API

igor-suhorukov opened a new issue, #13759:
URL: https://github.com/apache/arrow/issues/13759

     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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] igor-suhorukov commented on issue #13759: How to save org.apache.arrow.vector.VectorSchemaRoot into parquet file in Java API

Posted by GitBox <gi...@apache.org>.
igor-suhorukov commented on issue #13759:
URL: https://github.com/apache/arrow/issues/13759#issuecomment-1203735132

   @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 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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lwhite1 commented on issue #13759: How to save org.apache.arrow.vector.VectorSchemaRoot into parquet file in Java API

Posted by GitBox <gi...@apache.org>.
lwhite1 commented on issue #13759:
URL: https://github.com/apache/arrow/issues/13759#issuecomment-1203142053

   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 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] igor-suhorukov commented on issue #13759: How to save org.apache.arrow.vector.VectorSchemaRoot into parquet file in Java API

Posted by "igor-suhorukov (via GitHub)" <gi...@apache.org>.
igor-suhorukov commented on issue #13759:
URL: https://github.com/apache/arrow/issues/13759#issuecomment-1429464166

   Related PR #14151 but it works only from ArrowReader, not from VectorSchemaRoot


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org