Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-8477

[C++] Enable reading and writing of long filenames for Windows

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.0
    • C++

    Description

      Parquet file path lengths are limited to ~260 characters in Windows environments. For example, the attached program runs successfully on Linux (provided the nested directories already exist), but fails on Windows.

      Replacing the currently used _wsopen() functions with their Win32 analogues fixes this. A patch is forthcoming.

      Attachments

        1. long_path.cc
          3 kB
          TP Boudreau

        Activity

          People

            tpboudreau TP Boudreau
            tpboudreau TP Boudreau
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: