Commits


Antoine Pitrou authored and Krisztián Szűcs committed c4ef0486b16
ARROW-15324: [C++] Avoid crashing when HDFS file fails closing When a HDFS file destructor fails closing the underlying file, warn about the error instead of crashing. Closes #12143 from pitrou/ARROW-15324-hdfs-warn-on-close Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>