Fokko commented on code in PR #1580:
URL: https://github.com/apache/iceberg-python/pull/1580#discussion_r1932207978
##########
tests/catalog/test_hive.py:
##########
@@ -204,6 +204,87 @@ def test_check_number_of_namespaces(table_schema_simple:
Schema) -> None:
catalog.create_table("table", schema=table_schema_simple)
[email protected]("hive2_compatible", [True, False])
+@patch("time.time", MagicMock(return_value=12345))
+def test_register_table(
Review Comment:
How would you feel about moving this test to
`tests/integration/test_register_table.py`? We can do a test both for Hive and
the Rest catalog. The big upside here is that we don't have to mock everything.
--
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]