CTTY opened a new issue, #1358:
URL: https://github.com/apache/iceberg-rust/issues/1358

   ### Is your feature request related to a problem or challenge?
   
   Support update statistics as a transaction API 
   
   ### Describe the solution you'd like
   
   Add an API like below and implement `set_stats` and `remove_stats` within 
the `UpdateStatistics`
   ```
   /// Update the statistics of table
       pub fn update_statistics(self) -> UpdateStatistics<'a> {
           UpdateStatistics::new(self)
       }
   ```
   
   ### Willingness to contribute
   
   I would be willing to contribute to this feature with guidance from the 
Iceberg Rust community


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

Reply via email to