[
https://issues.apache.org/jira/browse/ARROW-8477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-8477:
----------------------------------
Labels: pull-request-available (was: )
> [C++] Enable reading and writing of long filenames for Windows
> --------------------------------------------------------------
>
> Key: ARROW-8477
> URL: https://issues.apache.org/jira/browse/ARROW-8477
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: TP Boudreau
> Assignee: TP Boudreau
> Priority: Minor
> Labels: pull-request-available
> Attachments: long_path.cc
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)