akashkiran opened a new issue, #13927: URL: https://github.com/apache/iceberg/issues/13927
### Query engine Java Client ### Question I was trying to use the Java Client in order to update iceberg tables. I found the initial learning curve high. These are the search results that helped me but it left me wanting more - https://iceberg.apache.org/docs/1.4.3/api/ - https://www.tabular.io/blog/java-api-part-3/ On a high level I understand, I need to create new data files (even if I want to update a record) and subsequently commit them (i.e) manifest file, list and metadata are updated. I was hoping for examples like this https://py.iceberg.apache.org/api/#upsert My ask is adding better examples + documentation for updating and reading iceberg tables using Java client. ### Slack thread https://apache-iceberg.slack.com/archives/C05BXHPEGTA/p1754795491849889 -- 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]
