MicroGery opened a new issue, #39792:
URL: https://github.com/apache/arrow/issues/39792

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   I'm using arrow 9.0, and I've now passed the byte array from the 
Schema#toByteArray method in Java to the C++ side, but I didn't find a way to 
build an arrow::schema object from the byte array in arrow::Schema. According 
to the previous issue 37704, the toByteArray method has been discarded and 
changed to the Schema#serializeAsMessage method. 
   So my question remains, can I construct an arrow::schema object on the C++ 
side through a byte[] array for subsequent RecordBatch construction?
   Is there documentation to guide me on what to do? Thanks~
   In addition, I'm using Graalvm's native-image capabilities to implement data 
transfer between C++ and Java.
   
   ### Component(s)
   
   C++, FlightRPC, Java


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