justinmclean commented on code in PR #7317:
URL: https://github.com/apache/gravitino/pull/7317#discussion_r2136900308


##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/hive/HiveCatalogPropertyConverter.java:
##########
@@ -28,6 +28,7 @@
 /** Convert Apache Hive properties between Trino and Apache Gravitino. */
 public class HiveCatalogPropertyConverter extends PropertyConverter {
 
+  /** Logger for the HiveCatalogPropertyConverter class. */
   public static final Logger LOG = 
LoggerFactory.getLogger(HiveCatalogPropertyConverter.class);

Review Comment:
   There is no need for this comment or, in fact, any similar comments. 
Comments should a) describe why design decisions were taken b) explain complex 
code or c) exist to generate Javadocs.



-- 
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]

Reply via email to