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

   ## Which issue does this PR close?
   
   This PR adds the foundational View type and view commit infrastructure, It 
is the first building block for full Iceberg view support.
   
   So it should be step 1 for closing #55 .
   
   
   ## What changes are included in this PR?
   
   crates/iceberg/src/view.rs: The View struct and ViewBuilder, analogous to 
Table/TableBuilder.
   
   crates/iceberg/src/catalog/mod.rs 
   
   crates/iceberg/src/lib.rs: Added pub mod view
   
   ## Are these changes tested?
   
   Yes, there are tests passed locally


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