walkkker commented on issue #10234:
URL: https://github.com/apache/iceberg/issues/10234#issuecomment-2167528491

   > Hi, may I ask the repair method is to traverse all schemas or the 
partition spec persist with type in metadata?
   
   According to #10352 , I assume it traverses all manifests to find if any 
manifest file's partitionSpec matches the historical particionSpec whose 
referenced source column is going to be dropped. If there is a match, it will 
throw an exception to prevent dropping the column which is referenced by the 
active partitionSpec.
   
   Though the PR hasn't been merged, i think it's a good repair approach.


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