Commit 8e3a1e1
authored
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>1 parent e1883ae commit 8e3a1e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments