You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "David Li (JIRA)" <ji...@apache.org> on 2019/02/04 19:20:00 UTC

[jira] [Created] (ARROW-4474) [Flight] FlightInfo should use signed integer types for payload size

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)