mchades commented on code in PR #7291:
URL: https://github.com/apache/gravitino/pull/7291#discussion_r2113053861
##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/GravitinoConfig.java:
##########
@@ -89,6 +90,13 @@ public class GravitinoConfig {
private static final ConfigEntry TRINO_JDBC_PASSWORD =
new ConfigEntry("trino.jdbc.password", "The jdbc user password of
Trino", "", false);
+ private static final ConfigEntry GRAVITINO_METADATA_REFRESH_INTERVAL_SECOND =
+ new ConfigEntry(
+ "gravitino.metadata.refresh-interval seconds",
Review Comment:
Is there a space in the config name, is this expected?
--
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]