liurenjie1024 commented on issue #1453: URL: https://github.com/apache/iceberg-rust/issues/1453#issuecomment-2993572461
Thanks @cmcarthur for raising this. I think it would be a great feature to add to this library. However, please note that currently in this repo there are several crates: 1. `iceberg`: This crate is core library of iceberg implemented in rust. Its position is similar to the iceberg-core library in java. For what's related in this issue, it's supposed to include transaction api used for maintaince operations. 2. `iceberg-catalog-*`: Different catalog implementations. 3. `iceberg-datafusion`: Datafusion integration with iceberg, so that users could access iceberg through sql engine. For this issue, I would suggest to put what's in spark procedure in `iceberg-datafusion`, and the transaction api in `iceberg` crate. -- 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