amogh-jahagirdar commented on issue #13945:
URL: https://github.com/apache/iceberg/issues/13945#issuecomment-3247072335

   @Zhanxiao-Ma I'm not sure I completely followed the issue. Do you have a 
reproducible example via reference implementation or sequence of SQL for an 
engine?
   
   >When retrieving PartitionSpec1 again, it is found that its schemaId is 1, 
whereas theoretically, the schemaId should remain 0.
   Partition specs and schemas evolve independently so long as they are 
compatible with each other (implementations check to make sure the current spec 
is compatible with the current spec). In your example after the identity 
partition on a is removed, then the table is unpartitioned. This is fine even 
after the actual column A is dropped.


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