Fokko commented on code in PR #890: URL: https://github.com/apache/iceberg-python/pull/890#discussion_r1668666127
########## pyiceberg/table/__init__.py: ########## @@ -1866,7 +1866,7 @@ def plan_files(self) -> Iterable[FileScanTask]: for data_entry in data_entries ] - def to_arrow(self) -> pa.Table: + def to_arrow(self, with_large_types: bool = True) -> pa.Table: Review Comment: @syun64 @HonahX I've played around with this, and I think we can Arrow decide on the types: https://github.com/apache/iceberg-python/pull/902 ########## pyiceberg/table/__init__.py: ########## @@ -1866,7 +1866,7 @@ def plan_files(self) -> Iterable[FileScanTask]: for data_entry in data_entries ] - def to_arrow(self) -> pa.Table: + def to_arrow(self, with_large_types: bool = True) -> pa.Table: Review Comment: @syun64 @HonahX I've played around with this, and I think we can let Arrow decide on the types: https://github.com/apache/iceberg-python/pull/902 -- 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