Commits

Antoine Pitrou authored dfaa415607f
ARROW-13983: [C++] Avoid raising error if fadvise() isn't supported fadvise()-like system calls may fail if the target device or filesystem doesn't support it. Avoid failing the current operation in that case (but log an error in debug mode). Closes #11144 from pitrou/ARROW-13983-fadvise-nfs Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>