Fokko commented on issue #1194:
URL: 
https://github.com/apache/iceberg-python/issues/1194#issuecomment-2445957746

   @kevinjqliu Thanks for raising this. Can you elaborate on what you 
encountered when reading a V1 table? The Iceberg metadata is forward 
compatible, meaning we can turn any V1 table into a V2 (or V3) without issues. 
   
   The content field you mention will always be `DATA` in V1 (since there are 
no delete files). This can be solved easily with `initial-default` values. We 
do this in other places, such as sequence numbers.
   
   It would be great to get a test that uncovers the issue so we can get this 
fixed :)


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