frankliee commented on issue #1488: URL: https://github.com/apache/iceberg-python/issues/1488#issuecomment-2574263503
@kevinjqliu I use pystack to get stack of child process, it shows that `pyarrow.FileSystem` causes the hanging. By the way, our env is not easy to upgrade pyiceberg to 8.0.1 immediately. ``` for manifest_file in snapshot.manifests(self.io) (Python) File "/home/env/lib/python3.9/site-packages/pyiceberg/table/snapshots.py", line 255, in manifests return list(read_manifest_list(file)) (Python) File "/home/env/lib/python3.9/site-packages/pyiceberg/manifest.py", line 659, in read_manifest_list with AvroFile[ManifestFile]( (Python) File "/home/env/lib/python3.9/site-packages/pyiceberg/avro/file.py", line 170, in __enter__ with self.input_file.open() as f: (Python) File "/home/env/lib/python3.9/site-packages/pyiceberg/io/pyarrow.py", line 272, in open input_file = self._filesystem.open_input_file(self._path) ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org