raveendra11 opened a new pull request, #7264: URL: https://github.com/apache/gravitino/pull/7264
[#7209] fix(docs): resolve Javadoc issues in :catalogs:catalog-lakehouse-paimon:javadoc What changes were proposed in this pull request? This PR fixes multiple Javadoc generation issues within the :catalogs:catalog-lakehouse-paimon module. Specifically: Added missing @param descriptions in GravitinoPaimonColumn.java and CatalogUtils.java Added description for @throws in KerberosClient.java Ensured all documentation complies with Spotless formatting requirements Why are the changes needed? These changes are necessary to ensure: Clean Javadoc generation without warnings Consistent documentation standards across the codebase Successful CI builds involving documentation checks Better developer experience with complete API documentation Does this PR introduce any user-facing change? No, these changes only affect internal documentation (Javadoc comments). How was this patch tested? Ran ./gradlew :catalogs:catalog-lakehouse-paimon:javadoc to verify successful generation Executed spotlessCheck and spotlessApply to confirm formatting compliance -- 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]
