[
https://issues.apache.org/jira/browse/ARROW-9204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-9204.
-----------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 7512
[https://github.com/apache/arrow/pull/7512]
> [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
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> _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)