timsaucer commented on code in PR #1363:
URL: 
https://github.com/apache/datafusion-python/pull/1363#discussion_r2782506776


##########
python/tests/test_catalog.py:
##########
@@ -93,6 +98,34 @@ def deregister_schema(self, name, cascade: bool):
         del self.schemas[name]
 
 
+class CustomCatalogProviderList(dfn.catalog.CatalogProviderList):
+    def __init__(self):
+        self.catalogs = {"my_catalog": CustomCatalogProvider()}

Review Comment:
   I added a different catalog type in the register test to follow.



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