Fokko commented on code in PR #6501: URL: https://github.com/apache/iceberg/pull/6501#discussion_r1059512957
########## python/pyiceberg/io/pyarrow.py: ########## @@ -151,7 +160,7 @@ def open(self) -> InputStream: an AWS error code 15 """ try: - input_file = self._filesystem.open_input_file(self._path) + input_file = self._filesystem.open_input_stream(self._path, buffer_size=self._buffer_size) Review Comment: That's a great point. Since it is part of the protocol, we should be able to use `seek`. I've added the `seekable` option to the `.open` operator. -- 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