flyrain commented on code in PR #2797:
URL: https://github.com/apache/polaris/pull/2797#discussion_r2425176494


##########
regtests/README.md:
##########
@@ -189,17 +189,23 @@ The client can be generated using two commands:
 ```shell
 # generate the management api client
 docker run --rm \
-  -v ${PWD}:/local openapitools/openapi-generator-cli generate \
+  -v ${PWD}:/local openapitools/openapi-generator-cli:v7.9.0 generate \
   -i /local/spec/polaris-management-service.yml \
   -g python \
-  -o /local/client/python 
--additional-properties=packageName=polaris.management 
--additional-properties=apiNamePrefix=polaris
+  -o /local/client/python \
+  --additional-properties=packageName=polaris.management \
+  --additional-properties=apiNamePrefix=polaris
 
-# generate the iceberg rest client
+# generate the management api client

Review Comment:
   ```suggestion
   # generate the Polaris catalog api client
   ```
   or we can just remove the comment. 



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

Reply via email to