justinmclean opened a new issue, #7209:
URL: https://github.com/apache/gravitino/issues/7209
### What would you like to be improved?
> Task :catalogs:catalog-lakehouse-paimon:javadoc
/Users/justin/gravitino/catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/GravitinoPaimonColumn.java:43:
warning: no @param for gravitinoColumn
public static DataField toPaimonColumn(int id, Column gravitinoColumn) {
^
/Users/justin/gravitino/catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/authentication/kerberos/KerberosClient.java:54:
warning: no description for @throws
* @throws IOException
^
/Users/justin/gravitino/catalogs/catalog-lakehouse-paimon/src/main/java/org/apache/gravitino/catalog/lakehouse/paimon/utils/CatalogUtils.java:88:
warning: no @param for configuration
public static Catalog loadCatalogBackendWithKerberosAuth(
^
### How should we improve?
Fix Javadoc issues.
--
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]