nssalian commented on code in PR #3006:
URL: https://github.com/apache/iceberg-python/pull/3006#discussion_r2776383084


##########
tests/integration/test_writes/test_writes.py:
##########
@@ -2330,7 +2331,7 @@ def test_nanosecond_support_on_catalog(
 ) -> None:
     identifier = "default.test_nanosecond_support_on_catalog"
 
-    catalog = load_catalog("default", type="in-memory")
+    catalog = InMemoryCatalog("test-catalog")

Review Comment:
   looks good just want to make sure this doesn't break nightly builds or 
something else. @kevinjqliu might be able to trigger one



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