sankarreddy-atlan commented on issue #13999:
URL: https://github.com/apache/iceberg/issues/13999#issuecomment-3635192216
Seems, pyarrow (using pyiceberg) fails on empty paths.
```
pyarrow.lib.ArrowInvalid: Empty path component in path:
<path>//00001-1-03634b0a-12e6-4f9a-b77d-871f0dc574ad-00001.parquet
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
File "pyarrow/error.pxi", line 155, in
pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/_fs.pyx", line 789, in pyarrow._fs.FileSystem.open_input_file
input_file = self._filesystem.open_input_file(self._path)
File "pyiceberg/io/pyarrow.py", line 333, in open
with io.new_input(task.file.file_path).open() as fin:
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]