[
https://issues.apache.org/jira/browse/ARROW-13983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou updated ARROW-13983:
-----------------------------------
Description:
See mailing-list message:
[https://lists.apache.org/thread.html/r78c1fd4124b63ca4be8c92754415cdab8c6647109f68d3c8c315724f%40%3Cdev.arrow.apache.org%3E]
{code}
~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/parquet.py in
read(self, columns, use_threads, use_pandas_metadata)
1742 use_threads = False
1743
-> 1744 table = self._dataset.to_table(
1745 columns=columns, filter=self._filter_expression,
1746 use_threads=use_threads
~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/_dataset.pyx in
pyarrow._dataset.Dataset.to_table()
~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/_dataset.pyx in
pyarrow._dataset.Scanner.to_table()
~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/error.pxi in
pyarrow.lib.pyarrow_internal_check_status()
~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/error.pxi in
pyarrow.lib.check_status()
OSError: [Errno 25] fcntl(fd, F_RDADVISE, ...) failed. Detail: [errno 25]
Inappropriate ioctl for device
{code}
was:
See mailing-list message:
[https://lists.apache.org/thread.html/r78c1fd4124b63ca4be8c92754415cdab8c6647109f68d3c8c315724f%40%3Cdev.arrow.apache.org%3E]
> [C++] fcntl(..., F_RDADVISE, ...) may fail on macOS with NFS mount
> ------------------------------------------------------------------
>
> Key: ARROW-13983
> URL: https://issues.apache.org/jira/browse/ARROW-13983
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 5.0.0
> Reporter: Antoine Pitrou
> Priority: Major
> Fix For: 5.0.1, 6.0.0
>
>
> See mailing-list message:
> [https://lists.apache.org/thread.html/r78c1fd4124b63ca4be8c92754415cdab8c6647109f68d3c8c315724f%40%3Cdev.arrow.apache.org%3E]
> {code}
> ~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/parquet.py in
> read(self, columns, use_threads, use_pandas_metadata)
> 1742 use_threads = False
> 1743
> -> 1744 table = self._dataset.to_table(
> 1745 columns=columns, filter=self._filter_expression,
> 1746 use_threads=use_threads
> ~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/_dataset.pyx
> in pyarrow._dataset.Dataset.to_table()
> ~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/_dataset.pyx
> in pyarrow._dataset.Scanner.to_table()
> ~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/error.pxi in
> pyarrow.lib.pyarrow_internal_check_status()
> ~/gitlab/cache-access/pyenv/lib/python3.8/site-packages/pyarrow/error.pxi in
> pyarrow.lib.check_status()
> OSError: [Errno 25] fcntl(fd, F_RDADVISE, ...) failed. Detail: [errno 25]
> Inappropriate ioctl for device
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)