You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2020/06/22 02:51:00 UTC

[jira] [Updated] (ARROW-9204) [C++][Flight] change records_per_stream to int64 in flight benchmark

     [ https://issues.apache.org/jira/browse/ARROW-9204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yibo Cai updated ARROW-9204:
----------------------------
    Component/s: FlightRPC

> [C++][Flight] change records_per_stream to int64 in flight benchmark
> --------------------------------------------------------------------
>
>                 Key: ARROW-9204
>                 URL: https://issues.apache.org/jira/browse/ARROW-9204
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, FlightRPC
>            Reporter: Yibo Cai
>            Assignee: Yibo Cai
>            Priority: Major
>
> _records_per_stream_ is defined as int64 in protobuf[1], but as int32 in benchmark code[2].
>  Change it to int64 in benchmark so we can set very large value to keep benchmark running and ease performance profiling and debugging.
> [1] [https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/perf.proto#L26]
>  [2] [https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/flight_benchmark.cc#L45]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)