liurenjie1024 commented on issue #139:
URL: https://github.com/apache/iceberg-rust/issues/139#issuecomment-1905134581

   > Could I work on this ? Please tell me what precisely is to be done here?
   
   The release of rust 1.75 enables a fancy feature so that we no longer need 
to use `async_trait` macro, you can read [this 
blog](https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html) for 
reference.
   
   You can also see the `FileWriter` trait in [this 
pr](https://github.com/apache/iceberg-rust/pull/168/files) as an example.


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

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