eric-maynard commented on code in PR #1347: URL: https://github.com/apache/polaris/pull/1347#discussion_r2079036380
########## spec/iceberg-rest-catalog-open-api.yaml: ########## @@ -260,6 +260,7 @@ paths: parameters: - $ref: '#/components/parameters/page-token' - $ref: '#/components/parameters/page-size' + - $ref: '#/components/parameters/prefix' Review Comment: This change is needed due to an unfortunate bug in the python generator wherein parameters are overriden, not extended. Without this, the method `list_namespaces` doesn't have a `prefix` argument. -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org