jduo commented on issue #37704:
URL: https://github.com/apache/arrow/issues/37704#issuecomment-1722512706
I've marked toByteArray() as deprecated and added this serialize() helper to
Schema:
` /**
* Returns the serialized flatbuffer bytes of the schema wrapped in a
message table.
*/
public byte[] serialize() {
return MessageSerializer.serializeMetadata(this,
IpcOption.DEFAULT).array();
}`
I'm not getting the correct result when reworking PerformanceTestServer and
TestPerf tests to use this helper though.
--
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]