singhpk234 commented on code in PR #2797:
URL: https://github.com/apache/polaris/pull/2797#discussion_r2426308682
##########
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:
I just copy pasted one line over the other :(, made the change.
--
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]