officialasishkumar opened a new pull request, #2501: URL: https://github.com/apache/iceberg-rust/pull/2501
## Which issue does this PR close? - Closes #2454. ## What changes are included in this PR? - Add `StaticTable::from_metadata_with_runtime` for constructing static tables with an explicit Iceberg runtime. - Add `StaticTable::from_metadata_file_with_runtime` for metadata-file construction with an explicit runtime. - Preserve the existing constructors by delegating them through the new runtime-aware APIs. ## Are these changes tested? - `CARGO_TARGET_DIR=/tmp/iceberg-rust-target cargo test --locked -p iceberg with_runtime -- --nocapture` - `cargo fmt --all -- --check` - `git diff --check` -- 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]
