Fokko commented on issue #119:
URL: https://github.com/apache/iceberg-rust/issues/119#issuecomment-1855355460

   > If we read a V1 Avro file as a V2 object, when we write back, we also need 
to set [format-version in 
manifest](https://iceberg.apache.org/spec/#manifests:~:text=required-,format%2Dversion,-Table%20format%20version)
 as 2, right?
   
   Yes, this is correct, then the version of the table will be 2. There are two 
situation then:
   
   - If you do a full overwrite, then manifest will be rewritten and everything 
will be V2.
   - If you do an append, there can still be V1 manifests in the metadata tree.


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