CTTY commented on issue #1540: URL: https://github.com/apache/iceberg-rust/issues/1540#issuecomment-3624483549
There are still some items left to fully wrap this up: - https://github.com/apache/iceberg-rust/pull/1872 - https://github.com/apache/iceberg-rust/pull/1887 - Sort node is never applied But the insert should work for simple append operation, you can refer to the slt here for example usages: https://github.com/apache/iceberg-rust/pull/1887/files#diff-1d3fc383dbd1622cbdeefd9e0b55e2d319d9a54b841ff5978fc56292f8e696fa > I'm wondering if there is support for only append operations Yes, currently we only support append operations with DataFusion -- 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]
