liurenjie1024 commented on issue #1583: URL: https://github.com/apache/iceberg-rust/issues/1583#issuecomment-3163422668
Thanks @mapleFU for raising this. I think it was originally designed for confluent api so that we could write following: ```rust tx.replace_sort_order() .apply(tx)? .update_statics() .apply(tx)? .commit(..) ``` I'm fine with adding a new factory api without `self` parameter. -- 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]
