Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed 8e3a1e1b7c1
MINOR: [C++] Replaced uint32_t with uint64_t in BackpressureOptions constructor (#14578) In the `BackpressureOptions` constructor the arguments are in `uint32_t` format, but the member variables are in `uint64_t`. Fixing it in this PR. Authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>