kevinjqliu commented on code in PR #1140: URL: https://github.com/apache/iceberg-python/pull/1140#discussion_r1757497999
########## tests/catalog/test_memory.py: ########## @@ -607,7 +400,7 @@ def test_list_tables(catalog: InMemoryCatalog) -> None: # Given given_catalog_has_a_table(catalog) # When - tables = catalog.list_tables() + tables = catalog.list_tables(namespace=TEST_TABLE_NAMESPACE) Review Comment: nevermind, as part of #1163, `list_table` should always take a parameter -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org