rdblue commented on issue #4563:
URL: https://github.com/apache/iceberg/issues/4563#issuecomment-1099523480

   Hm. I think that we want to allow the user to drop columns that are used by 
old partition specs. But that means we will need to handle specs that can't be 
bound to the current schema.
   
   We recently introduced an `UnboundPartitionSpec` class that can be used in 
places before there is a schema to use with the spec. I think we should 
probably use that in other places instead of a `PartitionSpec` that has a 
concrete schema.


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