kevinjqliu commented on issue #1790: URL: https://github.com/apache/iceberg-python/issues/1790#issuecomment-2730417785
Truncate transform with pyarrow was added in 0.9.0 https://github.com/apache/iceberg-python/commit/50c33aa0119d9e2478b3865d864ec23a7c45b1d7#diff-59b88b08481bfa59240342994e8dc16b34f4e9b28fb05540beb7dd22af8c036fR864-R865 > ModuleNotFoundError: No module named 'pyiceberg_core' you'd need to install the extra `pyiceberg-core` https://github.com/apache/iceberg-python/blob/1c0e2b04c383e5d90118ffce2066dcdb95193c4a/pyproject.toml#L307 -- 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]
