rdblue commented on code in PR #5467:
URL: https://github.com/apache/iceberg/pull/5467#discussion_r942673435


##########
python/tests/catalog/test_rest.py:
##########
@@ -139,7 +139,7 @@ def test_list_tables_404(rest_mock: Mocker):
 
 def test_list_namespaces_200(rest_mock: Mocker):
     rest_mock.get(
-        f"{TEST_URI}v1/namespaces",
+        f"{TEST_URI}v1/namespaces?parent=",

Review Comment:
   I think that we should omit parent if there is no parent. Including it makes 
it unclear whether this is asking for the root or a parent named `""`.



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