westonpace commented on issue #10885:
URL: https://github.com/apache/arrow/issues/10885#issuecomment-895485912


   > Thanks, so you mean the IPC feather file format is the output of 
ArvoStreamWriter, which is a binary file, but just with no data in it right?
   
   I'm sorry but I don't know how AvroStreamWriter works.
   
   > The file can be shared with C++ and Java SDK?
   
   Yes, an IPC file can be read and written by both C++ and Java.
   
   > But I could not found a method to serialize a vector with its 
VectorSchemaRoot independently to file and now I can only create a new 
VectorSchemaRoot and put the vector inside, which is a bit troublesome. I don't 
know if there is a convenient way to do this?
   
   I, personally, am not very familiar with the Java API.  You may get a 
quicker response to this question by asking on the user mailing list: 
https://arrow.apache.org/community/
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to