drmingdrmer opened a new pull request, #1233: URL: https://github.com/apache/iceberg-rust/pull/1233
## What changes are included in this PR? `TableCreation::builder().properties()` should be able to accept any `IntoIterator` type that can be used to build an `HashMap`. For example, `TableCreation::builder().properties([("foo".to_string(), "bar".to_string())])` should build a `HashMap` with one key value pair `foo -> bar`. ## Are these changes tested? Unittest are provided. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org