kevinjqliu commented on PR #2749: URL: https://github.com/apache/iceberg-python/pull/2749#issuecomment-3544313284
ah this is [deprecated in datafusion 50.x](https://github.com/apache/datafusion-python/commit/6f3b1cab75cfaa0cdf914f9b6fa023cb9afccd7d) The next release of pyiceberg-core (0.8) will have datafusion 50.x as a dependency https://github.com/apache/iceberg-rust/blob/e519c3aed12ec762b360e7ee9b53530b6214015e/Cargo.toml#L65 We can then upgrade pyiceberg's dependency to datafusion 50.x and deprecate this function. -- 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]
