Fokko commented on code in PR #902: URL: https://github.com/apache/iceberg-python/pull/902#discussion_r1671735728
########## pyiceberg/table/__init__.py: ########## @@ -1895,7 +1896,7 @@ def to_arrow_batch_reader(self) -> pa.RecordBatchReader: case_sensitive=self.case_sensitive, limit=self.limit, ), - ) + ).cast(target_schema=target_schema) Review Comment: Nice, good to see that it has been fixed. I was also pushing a patch: https://github.com/apache/arrow/issues/43183 The RC0 of Arrow 17 has been cut, so the release should be there anytime soon -- 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