David Li created ARROW-4474: ------------------------------- Summary: [Flight] FlightInfo should use signed integer types for payload size Key: ARROW-4474 URL: https://issues.apache.org/jira/browse/ARROW-4474 Project: Apache Arrow Issue Type: Bug Components: FlightRPC Reporter: David Li Assignee: David Li
The de-facto practice is to use -1 in FlightInfo to indicate that the number of records/size of the payload is unknown, looking at the Java implementation. However, the Protobuf definition uses an unsigned integer type, as does the C++ implementation. -- This message was sent by Atlassian JIRA (v7.6.3#76005)