gh-yzou commented on code in PR #808:
URL: https://github.com/apache/polaris/pull/808#discussion_r1986495803
##########
api/iceberg-service/build.gradle.kts:
##########
@@ -55,7 +55,7 @@ openApiGenerate {
ignoreFileOverride = "$rootDir/.openapi-generator-ignore"
removeOperationIdPrefix = true
templateDir = "$rootDir/server-templates"
- globalProperties.put("apis", "")
+ globalProperties.put("apis", "CatalogApi,ConfigurationApi,OAuth2Api")
Review Comment:
Oh, i see. i guess it is not a big deal, we are already under the
iceberg-service, as far as we keep our new api service and iceberg service
separate, it should be fine.
--
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]