smaheshwar-pltr commented on code in PR #3220:
URL: https://github.com/apache/iceberg-python/pull/3220#discussion_r3262302573
##########
tests/integration/test_rest_catalog.py:
##########
@@ -69,6 +72,81 @@ def test_create_namespace_if_already_existing(catalog:
RestCatalog) -> None:
assert catalog.namespace_exists(TEST_NAMESPACE_IDENTIFIER)
[email protected]
[email protected]("catalog", [lf("session_catalog")])
+def test_replace_table_end_to_end_against_rest_server(catalog: Catalog) ->
None:
Review Comment:
```suggestion
def test_replace_table(catalog: Catalog) -> None:
```
--
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]