kevinjqliu commented on issue #1647: URL: https://github.com/apache/iceberg-rust/issues/1647#issuecomment-3256135326
pyiceberg-core 0.4.0 doesnt include datafusion dep, https://github.com/apache/iceberg-rust/blob/v0.4.0/bindings/python/Cargo.toml pyiceberg-core 0.5 include datafusion ffi 47, https://github.com/apache/iceberg-rust/blob/v0.5.1/bindings/python/Cargo.toml - this is compatible with datafusion 45, 46, 47, and 48. but not 49 pyiceberg-core 0.6 also includes datafusion ffi 47, https://github.com/apache/iceberg-rust/blob/v0.6.0/bindings/python/Cargo.toml#L38 in the upcoming version, we can either upgrade to datafusion 48 or 49. But be mindful datafusion 49 will be backwards incompatible. So if we release pyiceberg-core with datafusion 49 FFI, downstream would have to use datafusion (python) 49 or newer -- 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]
