David Li created ARROW-4419: ------------------------------- Summary: Deal with body buffers in FlightData Key: ARROW-4419 URL: https://issues.apache.org/jira/browse/ARROW-4419 Project: Apache Arrow Issue Type: Improvement Components: FlightRPC Reporter: David Li
The Java implementation will fail to decode a schema message if the message also contains (empty) body buffers (see ArrowMessage.asSchema's precondition checks). However, clients using default Protobuf serialization will likely write an empty body buffer by default. -- This message was sent by Atlassian JIRA (v7.6.3#76005)