Xuanwo commented on issue #246:
URL: https://github.com/apache/iceberg-rust/issues/246#issuecomment-1996773784

   > Good point, how about allowing access inner Table as unsafe?
   
   Providing a `StaticTable::into_table()` should work fine to me.
   
   Alought I still stick with my idea that `Table` should be able to build 
without catalog and perform runtime checks againest `read_only` status. Maybe 
we can hide this under a feature for user?
   
   By the way, `unsafe` is preserved for memory safe in rust. It doesn't make 
sense to mark the access to inner table as `unsafe`.


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