smaheshwar-pltr commented on PR #3220:
URL: https://github.com/apache/iceberg-python/pull/3220#issuecomment-4481596978

   Heads-up on a deliberate scope cut: Java's 
[`RESTSessionCatalog.replaceTransaction`](https://github.com/apache/iceberg/blob/2f6606a247e2b16be46ca6c02fc4cfc2e17691e6/core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java#L1035-L1037)
 does a view-existence pre-flight check before replacing. PyIceberg doesn't 
currently do this in the equivalent `create_table` / `rename_table` / 
`register_table` paths either, so adding it only to `replace_table` here would 
be inconsistent. Splitting that into a follow-up PR that ports the check across 
all the relevant call sites in one pass.


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