gabeiglio commented on code in PR #2404:
URL: https://github.com/apache/iceberg-python/pull/2404#discussion_r2596226844
##########
tests/integration/test_deletes.py:
##########
@@ -43,7 +43,7 @@ def run_spark_commands(spark: SparkSession, sqls: list[str])
-> None:
def test_table(session_catalog: RestCatalog) -> Generator[Table, None, None]:
identifier = "default.__test_table"
arrow_table = pa.Table.from_arrays([pa.array([1, 2, 3, 4, 5]),
pa.array(["a", "b", "c", "d", "e"])], names=["idx", "value"])
- test_table = session_catalog.create_table(
+ test_table = session_catalog.create_table_if_not_exists(
Review Comment:
Not needed, rolled back!
--
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]