kevinjqliu commented on issue #1128: URL: https://github.com/apache/iceberg-python/issues/1128#issuecomment-2327680908
The issue above is was mentioned here https://github.com/apache/iceberg-python/pull/986#discussion_r1706662170 On read, pyarrow will use large type as default. It is controlled by this table property (courtesy of #986) https://github.com/apache/iceberg-python/blob/9857107561d2267813b7ce150b01b4e6ac4b3e34/pyiceberg/io/pyarrow.py#L1365-L1371 -- 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]
