syun64 commented on PR #392:
URL: https://github.com/apache/iceberg-python/pull/392#issuecomment-1932991909

   > some comments on equality check.
   > 
   > Also, it looks like we are reassigning `id`s from 1. I'm not familiar with 
this process so bare with me. Is there a reason why we can't create the new 
table with the original schema, starting at id 4 & 5?
   
   I think we inherit this logic from the java code. When a new table is 
created, simply a new table is created - so we just assign IDs in pre-order 
traversal order


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