Commits


octalene authored and GitHub committed f93ba4da116
MINOR: [C++] Fix StringFormatter type error in localfs_benchmark (#13932) since size_t is passed as the first argument to the StringFormatter, it needs to be templated with Int64Type instead of Int32Type Lead-authored-by: Aldrin M <octalene.dev@pm.me> Co-authored-by: Aldrin Montana <octalene.dev@pm.me> Signed-off-by: Antoine Pitrou <antoine@python.org>