ismailsimsek edited a comment on issue #3342: URL: https://github.com/apache/iceberg/issues/3342#issuecomment-949478198
yes, here you can find examples doing delete/update/merge with spark sql. only problem is using spark with `standalone java code`(local mode) means it will run on single node and it will not be as performant as clustered spark. in the example above it runs spark on local mode. https://iceberg.apache.org/spark-writes/#delete-from -- 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]
