Commits

Sutou Kouhei authored 34a7522facf
ARROW-7977: [C++] Rename fs::FileStats to fs::FileInfo If we use FileInfo instead of FileStats, we can use singular form "info" and plural form "infos" as variable names instead of "stats" and "stats_vector". It will help writing readable code. Closes #6514 from kou/cpp-file-system-stat and squashes the following commits: de69164ea <Sutou Kouhei> Rename fs::FileStats to fs::FileInfo Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>