HonahX commented on code in PR #2797:
URL: https://github.com/apache/polaris/pull/2797#discussion_r2426901254
##########
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 \
Review Comment:
I think we could delete this part, now the python client will auto-generate
all the client using the latest spec file upon build, so we do not need to run
these manually anymore : )
--
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]