You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mutating partition specs works differently in V1 and V2 of the spec. I think it would be OK to focus on V2 first and simply fail to write V1 for now. @liurenjie1024, @Xuanwo do you agree or is mutation / write for V1 important?
This should add the update_spec method to Transaction.
The text was updated successfully, but these errors were encountered:
The general philosophy of any engine that implements Iceberg-Rust is that they should not care about things like field-IDs. Therefore we try to hide this logic behind APIs. To allow evolution of the partition spec, we have the UpdateSpec API in Python and the BaseUpdatePartitionSpec (implements UpdatePartitionSpec) in Java.
Mutating partition specs works differently in V1 and V2 of the spec. I think it would be OK to focus on V2 first and simply fail to write V1 for now. @liurenjie1024, @Xuanwo do you agree or is mutation / write for V1 important?
This should add the
update_spec
method toTransaction
.The text was updated successfully, but these errors were encountered: