vladson opened a new pull request, #2684:
URL: https://github.com/apache/iceberg-rust/pull/2684

   ## Which issue does this PR close?
   - Addresses update_table for 
https://github.com/apache/iceberg-rust/issues/1893
   
   ## What changes are included in this PR?
   
   Update table is implemented for Hive metastore. 
   The implementation is based on Java iceberg implementation, Trino and Hive 
code bases. Both commit strategies are crucial for the implementation, as many 
try to use optimistic lock commits as they reduce latency.
   
   ## Are these changes tested?
   Unit tests were provided, and extensive manual tests were performed.
   


-- 
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]

Reply via email to