Commits


Matthias Vallentin authored and Philipp Moritz committed ad82c9abaf1
ARROW-1853: [Plasma] Fix off-by-one error in retry processing When a user construct a plasma client that should not perform a single retry, by passing `num_retries = 0`, nothing happens due to an off-by-one error in the retry processing. This commit fixes the issue and polishes the error output. Author: Matthias Vallentin <vallentin@icir.org> Closes #1358 from wesm/topic/plasma-num-retries-fix and squashes the following commits: 082ee4c [Matthias Vallentin] Fix off-by-one error in retry processing