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

   > Alought I still stick with my idea that Table should be able to build 
without catalog and perform runtime checks againest read_only status, returning 
errors if user tried to write. Maybe we can hide this under a feature for user?
   
   How about this:
   
   1. We add a readonly field in Table
   
   2. When it load from catalog, readonly Is false 
   
   3. We keep StaticTable so that user have a type safe readonly table 
   
   4. Add into method for StaticTable   to get inner Table, and this case We 
set readonly to true 


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