justinmclean commented on code in PR #7232:
URL: https://github.com/apache/gravitino/pull/7232#discussion_r2106345724
##########
catalogs/catalog-hive/src/main/java/org/apache/gravitino/catalog/hive/HiveTable.java:
##########
@@ -143,7 +143,8 @@ private static Map<String, String>
buildTableProperties(Table table) {
/**
* Converts this HiveTable to its corresponding Table in the Hive Metastore.
*
- * @return The converted Table.
+ * @param tablePropertiesMetadata metadata for configuring the Hive
Metastore table
+ * @return the converted Table
Review Comment:
Please leave any sentances as is. While the Javadocs are inconsistent, they
should use sentences.
--
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]