HonahX commented on code in PR #808:
URL: https://github.com/apache/polaris/pull/808#discussion_r1986494536
##########
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:
I wish I could change this, but these tags are defined in upstream iceberg
spec file. It seems we cannot just change tags of paths referenced from
upstream spec file
--
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]